WebBrowser.Source Property

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property Source As Uri
public Uri Source { get; set; }
public:
property Uri^ Source {
    Uri^ get ();
    void set (Uri^ value);
}
member Source : Uri with get, set

Property Value

Type: System.Uri

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WebBrowser Class

Microsoft.Phone.Controls Namespace