SPSiteMapProvider.FindSiteMapNode Method
Include Protected Members
Include Inherited Members
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