System.Web.Configuration.HttpHandlerAction Class

Configures an System.Web.Configuration.HttpHandlersSection configuration section. This class cannot be inherited.

See Also: HttpHandlerAction Members

Syntax

public sealed class HttpHandlerAction : System.Configuration.ConfigurationElement

Remarks

The System.Web.Configuration.HttpHandlerAction class provides a way to programmatically access and modify the add element of the httpHandlers configuration section.

This type is part of a group that includes the System.Web.Configuration.HttpHandlerActionCollection and the System.Web.Configuration.HttpHandlersSection types.

Note:

The System.Web.Configuration.HttpHandlerAction can read and write information from and to the related section of the configuration file according to the section property System.Configuration.SectionInformation.AllowDefinition whose value is System.Configuration.ConfigurationAllowDefinition.Everywhere.

ASP.NET searches for the handler assembly DLL in the application's private \bin directory first, and then it searches in the system assembly cache.

Requirements

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