-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.WebView.Source |
winrt property |
Gets or sets the Uniform Resource Identifier (URI) source of the HTML content to display in the WebView control.
<WebView Source="uriString"/>
The Uniform Resource Identifier (URI) source of the HTML content to display in the WebView control.
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.