System.Web.SiteMapProvider.ResolveSiteMapNode Method

Raises the SiteMapProvider.SiteMapResolve event.

Syntax

protected SiteMapNode ResolveSiteMapNode (HttpContext context)

Parameters

context
The System.Web.HttpContext for which the site map currently exists.

Returns

A System.Web.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, null.

Remarks

The context parameter and a reference to the provider that called the SiteMapProvider.ResolveSiteMapNode(HttpContext) method are passed to the constructor of any associated System.Web.SiteMapResolveEventArgs object.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0