Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 808 Bytes

webview_source.md

File metadata and controls

29 lines (20 loc) · 808 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.WebView.Source
winrt property

Windows.UI.Xaml.Controls.WebView.Source

-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