Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xaml source to webview2 page #1107

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

bpulliam
Copy link
Contributor

Description

Add the Xaml source section

Motivation and Context

#1084

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)


<local:ControlExample.Xaml>
<x:String xml:space="preserve">
&lt;controls:WebView2 x:Name="MyWebView2" Source="https://microsoft.github.io/microsoft-ui-xaml/" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" MinHeight="200" MinWidth="200"/&gt;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Insert line breaks to make this easier to read.

@bpulliam bpulliam merged commit 4d3d763 into microsoft:main Oct 20, 2022
@bpulliam bpulliam deleted the user/bpulliam/wv2src branch October 20, 2022 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants