SiteMapResolveEventArgs.Context Property
.NET Framework 3.0
Gets the context of the page request that the requested node represents.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public HttpContext get_Context ()
public function get Context () : HttpContext
Not applicable.
Property Value
An HttpContext, if one is specified; otherwise, a null reference (Nothing in Visual Basic).Event subscribers can use the HttpContext and SiteMapProvider objects to dynamically create a SiteMapNode object and retrieve information about the requested page, such as the requested URL, as well as user information.
Community Additions
ADD
Show: