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
Returns 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.