0 out of 5 rated this helpful - Rate this topic

WebView.Source property

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

Syntax


public Uri Source { get; set; }


<WebView Source="uriString"/>

Property value

Type: System.Uri [.NET] | Windows::Foundation::Uri [C++]

The URI source of the HTML content to display in the WebView control.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

WebView

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.