Condividi tramite


Proprietà WebBrowserTask.URL

Nota: questa API è ora obsoleta.

Spazio dei nomi:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

Tipo: System.String

Informazioni sulla versione

.NET per applicazioni Windows Phone

Obsoleto (avviso del compilatore) in Windows Phone 8
Obsoleto (avviso del compilatore) in Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebBrowserTask Classe

Spazio dei nomi Microsoft.Phone.Tasks