SiteMapProvider.ResolveSiteMapNode Method
.NET Framework 3.0
Raises the SiteMapResolve event.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected SiteMapNode ResolveSiteMapNode ( HttpContext context )
protected function ResolveSiteMapNode ( context : HttpContext ) : SiteMapNode
Not applicable.
Parameters
- context
The HttpContext for which the site map currently exists.
Return Value
A SiteMapNode provided by the event handler delegate that is registered to handle the event or, if more than one delegate is registered to handle the event, the return value of the last delegate in the delegate chain; otherwise, a null reference (Nothing in Visual Basic).The context parameter and a reference to the provider that called the ResolveSiteMapNode method are passed to the constructor of any associated SiteMapResolveEventArgs object.
Community Additions
ADD
Show: