SiteMapResolveEventArgs Constructor (HttpContext^, SiteMapProvider^)
.NET Framework (current version)
Initializes a new instance of the SiteMapResolveEventArgs class using the specified HttpContext and SiteMapProvider objects.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
An HttpContext that represents the context of the current page request.
- provider
-
Type:
System.Web::SiteMapProvider^
The SiteMapProvider that raised the SiteMapResolve event.
Both the context and provider parameters might be null.
The XmlSiteMapProvider object initializes a new instance of the SiteMapResolveEventArgs class with values that are not null.
.NET Framework
Available since 2.0
Available since 2.0
Show: