System.Web.Configuration.HttpHandlersSection.Handlers Property

Gets the System.Web.Configuration.HttpHandlerActionCollection collection of System.Web.Configuration.HttpHandlerAction objects contained by the System.Web.Configuration.HttpHandlersSection object.

Syntax

[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public HttpHandlerActionCollection Handlers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpHandlersSection.Handlers property collection returned by this method does not refer to any actual element in the underlying configuration file. It is a System.Web.Configuration construct that allows easy access to the handlers it contains. This is a common pattern for handling the elements of a configuration file.

Requirements

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