SPNavigationProvider.CurrentNode property

Gets the SiteMapNode object that represents the currently requested page.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CurrentNode As SiteMapNode
    Get
'Usage
Dim instance As SPNavigationProvider
Dim value As SiteMapNode

value = instance.CurrentNode
public override SiteMapNode CurrentNode { get; }

Property value

Type: System.Web.SiteMapNode
Returns a SiteMapNode object.

See also

Reference

SPNavigationProvider class

SPNavigationProvider members

Microsoft.SharePoint.Navigation namespace

System.Web.SiteMapNode