SiteMapProvider::FindSiteMapNode Method (HttpContext)
Retrieves a SiteMapNode object that represents the currently requested page using the specified HttpContext object.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
- Type: System.Web::HttpContext
The HttpContext used to match node information with the URL of the requested page.
Return Value
Type: System.Web::SiteMapNodeA SiteMapNode that represents the currently requested page; otherwise, nullptr, if no corresponding SiteMapNode can be found in the SiteMapNode or if the page context is nullptr.
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, nullptr is returned.
The FindSiteMapNode method does not check whether a SiteMapNode is accessible to a user, by default.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.