SiteMapProvider.FindSiteMapNode Method (HttpContext)

Note: This method is new in the .NET Framework version 2.0.

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

Namespace: System.Web
Assembly: System.Web (in system.web.dll)

public:
virtual SiteMapNode^ FindSiteMapNode (
	HttpContext^ context
)
public SiteMapNode FindSiteMapNode (
	HttpContext context
)
public function FindSiteMapNode (
	context : HttpContext
) : SiteMapNode

Parameters

context

The HttpContext used to match node information with the URL of the requested page.

Return Value

A SiteMapNode that represents the currently requested page; otherwise, a null reference (Nothing in Visual Basic), if no corresponding SiteMapNode can be found in the SiteMapNode or if the page context is a null reference (Nothing in Visual Basic).

The FindSiteMapNode method calls the abstract FindSiteMapNode method to retrieve a SiteMapNode object for the currently requested page based on the raw URL or the virtual path of the request. If no corresponding SiteMapNode is found in the SiteMap, a null reference (Nothing in Visual Basic) is returned.

The FindSiteMapNode method does not check whether a SiteMapNode is accessible to a user, by default.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: