HttpHandlerActionCollection Class
Represents a collection of HttpHandlerAction elements. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
The HttpHandlerActionCollection collection type allows access to the HttpHandlerAction elements of the httpHandlers configuration configuration section.
The following code example shows how to use the HttpHandlerActionCollection collection to access the information contained by the httpHandlers section of a configuration file.
The following configuration excerpt shows how to specify values declaratively for the httpHandlers section.
<httpHandlers>
<add path="Calculator.custom"
type="Samples.AspNet.SystemWebConfiguration.Calculator, CalculatorHandler"
verb="GET" validate="false" />
</httpHandlers>
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.HttpHandlerActionCollection
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.