SiteMapResolveEventArgs Constructor (HttpContext^, SiteMapProvider^)

 

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)

public:
SiteMapResolveEventArgs(
	HttpContext^ context,
	SiteMapProvider^ provider
)

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
Return to top
Show: