Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the full URL.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property Url As String
Get
Set
'Usage
Dim instance As UrlField
Dim value As String
value = instance.Url
instance.Url = value
public virtual string Url { get; set; }
Property Value
Type: System.String
A String that represents the complete URL; for example, "https://www.microsoft.com".
Remarks
In the default implementation, Url is a wrapper around urlBox.
You can also set this property by setting the Value property.