SiteMapResolveEventArgs.SiteMapResolveEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the SiteMapResolveEventArgs class using the specified HttpContext and SiteMapProvider objects.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public SiteMapResolveEventArgs ( HttpContext context, SiteMapProvider provider )
public function SiteMapResolveEventArgs ( context : HttpContext, provider : SiteMapProvider )
Not applicable.
Parameters
- context
An HttpContext that represents the context of the current page request.
- provider
The SiteMapProvider that raised the SiteMapResolve event.
Both the context and provider parameters might be a null reference (Nothing in Visual Basic).
The XmlSiteMapProvider object initializes a new instance of the SiteMapResolveEventArgs class with values that are not a null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: