SPSiteMapProvider.FindSiteMapNode method
When overridden, retrieves a SiteMapNode object that represents a Web page.
Overload list
Name | Description | |
---|---|---|
![]() |
FindSiteMapNode(String) | Retrieves a SiteMapNode object that represents the Web page at the specified URL, which is typically the URL of the site's root folder. (Overrides SiteMapProvider.FindSiteMapNode(String).) |
![]() |
FindSiteMapNode(HttpContext) | Retrieves a SiteMapNode object that represents the currently requested Web page by using the specified HttpContext object. (Overrides SiteMapProvider.FindSiteMapNode(HttpContext).) |
Top