System.Web.SiteMapResolveEventArgs.Provider Property

Gets the System.Web.SiteMapProvider object that raised the SiteMapProvider.SiteMapResolve event.

Syntax

public SiteMapProvider Provider { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Event subscribers can use the System.Web.HttpContext and System.Web.SiteMapProvider objects to dynamically create a System.Web.SiteMapNode object and retrieve information about the requested page, such as the requested URL, as well as user information.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0