WebBrowserTask.URL Property

Note: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("Please use Uri property")> _
Public Property URL As String
[ObsoleteAttribute("Please use Uri property")]
public string URL { get; set; }
[ObsoleteAttribute(L"Please use Uri property")]
public:
property String^ URL {
    String^ get ();
    void set (String^ value);
}
[<ObsoleteAttribute("Please use Uri property")>]
member URL : string with get, set

Property Value

Type: System.String

Version Information

.NET for Windows Phone apps

Obsolete (compiler warning) in Windows Phone 8
Obsolete (compiler warning) in Silverlight 8.1

.NET Framework Security

See Also

Reference

WebBrowserTask Class

Microsoft.Phone.Tasks Namespace