Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft