PortalSiteMapNode.InternalUrl property

Gets the internal or canonical URL for this [Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode] object.

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

Syntax

'Declaration
Public Overridable ReadOnly Property InternalUrl As String
    Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As String

value = instance.InternalUrl
public virtual string InternalUrl { get; }

Property value

Type: System.String
The internal or canonical URL of this PortalSiteMapNode.

Remarks

The default value for this property is the same URL title that is displayed during navigation.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace