UrlField.Url 属性

获取或设置的完整 URL。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable Property Url As String
    Get
    Set
用法
Dim instance As UrlField
Dim value As String

value = instance.Url

instance.Url = value
public virtual string Url { get; set; }

属性值

类型:System.String
表示的完整 URL ; String例如,"https://www.microsoft.com"。

备注

在默认实现中, Url是urlBox的包装。

您可以通过设置Value属性来设置此属性。

另请参阅

引用

UrlField 类

UrlField 成员

Microsoft.SharePoint.WebControls 命名空间