SPNavigationProvider.FindSiteMapNode method
Retrieves a SiteMapNode object that represents a page.
Overload list
Name | Description | |
---|---|---|
FindSiteMapNode(String) | Retrieves a SiteMapNode object that represents the page at the specified URL. (Overrides SiteMapProvider.FindSiteMapNode(String).) | |
FindSiteMapNode(HttpContext) | Retrieves a SiteMapNode object that represents the currently requested page by using the specified HttpContext instance. (Overrides SiteMapProvider.FindSiteMapNode(HttpContext).) |
Top