Share via


TaxonomySiteMapNode.Url property

Gets the hyperlink for a URL for the navigation item.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides Property Url As String
    Get
    Set
'Usage
Dim instance As TaxonomySiteMapNode
Dim value As String

value = instance.Url

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

Property value

Type: System.String
The hyperlink for a URL for the navigation item if one exists; otherwise, an empty string

Remarks

The property is retrieved from the GetResolvedDisplayUrl(String) method.

See also

Reference

TaxonomySiteMapNode class

TaxonomySiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace