UrlField.Url property

Gets or sets the full URL.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

UrlField class

UrlField members

Microsoft.SharePoint.WebControls namespace