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