Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 783 Bytes

iwebviewcontrol_source.md

File metadata and controls

26 lines (17 loc) · 783 Bytes
-api-id -api-type
P:Windows.Web.UI.IWebViewControl.Source
winrt property

Windows.Web.UI.IWebViewControl.Source

-description

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

-property-value

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

-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.

-see-also

URI schemes

-examples