SiteMapProvider::FindSiteMapNode Method

 

When overridden in a derived class, retrieves a SiteMapNode object that represents a page.

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

NameDescription
System_CAPS_pubmethodFindSiteMapNode(HttpContext^)

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

System_CAPS_pubmethodFindSiteMapNode(String^)

When overridden in a derived class, retrieves a SiteMapNode object that represents the page at the specified URL.

Return to top
Show: