Windows.UI.Xaml.Controls.WebView.Source

May 17, 2019 · View on GitHub

-description

Gets or sets the Uniform Resource Identifier (URI) source of the HTML content to display in the WebView control.

-xaml-syntax

<WebView Source="uriString"/>

-property-value

The Uniform Resource Identifier (URI) source of the HTML content to display in the WebView control.

-remarks

The Source property retains its old value during navigation until the navigation is complete. During navigation, you can get the new Uniform Resource Identifier (URI) through the event arguments for the navigation events.

-examples

-see-also