Gets the System.Web.Configuration.HttpHandlerActionCollection collection of System.Web.Configuration.HttpHandlerAction objects contained by the System.Web.Configuration.HttpHandlersSection object.
Documentation for this section has not yet been entered.
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.