WebBrowserTask.URL Property
Note: This API is now obsolete.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the URL to which the web browser application will navigate when it is launched.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object URL="string" .../>
Property Value
Type: System.StringType: String. The URL to which the web browser application will navigate when it is launched.
The URL property is deprecated. Use the Uri property instead. If the URI property has already been set, setting this property will throw an InvalidOperationException.
Show: