System.Web.SiteMapResolveEventArgs.Context Property

Gets the context of the page request that the requested node represents.

Syntax

public HttpContext Context { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Event subscribers can use the System.Web.HttpContext and System.Web.SiteMapProvider objects to dynamically create a System.Web.SiteMapNode object and retrieve information about the requested page, such as the requested URL, as well as user information.

Requirements

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