WebBrowserTask.URL 属性

注意:此 API 现在已废弃不用。

命名空间:  Microsoft.Phone.Tasks
程序集:  Microsoft.Phone(在 Microsoft.Phone.dll 中)

语法

声明
<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

属性值

类型:System.String

版本信息

适用于 Windows Phone 应用的 .NET

在 Windows Phone 8 中过时(编译器警告)
在 Silverlight 8.1 中过时(编译器警告)

.NET Framework 安全性

请参阅

参考

WebBrowserTask 类

Microsoft.Phone.Tasks 命名空间