SPNavigationProvider.FindSiteMapNode method (HttpContext)

Retrieves a SiteMapNode object that represents the currently requested page by using the specified HttpContext instance.

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

Syntax

'Declaration
Public Overrides Function FindSiteMapNode ( _
    context As HttpContext _
) As SiteMapNode
'Usage
Dim instance As SPNavigationProvider
Dim context As HttpContext
Dim returnValue As SiteMapNode

returnValue = instance.FindSiteMapNode(context)
public override SiteMapNode FindSiteMapNode(
    HttpContext context
)

Parameters

Return value

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

See also

Reference

SPNavigationProvider class

SPNavigationProvider members

FindSiteMapNode overload

Microsoft.SharePoint.Navigation namespace

System.Web.SiteMapNode

System.Web.HttpContext