3 references to HttpHandlerActionCollection
System.Web (3)
Configuration\HttpHandlersSection.cs (3)
23
new ConfigurationProperty(null, typeof(
HttpHandlerActionCollection
), null, ConfigurationPropertyOptions.IsDefaultCollection);
43
public
HttpHandlerActionCollection
Handlers {
45
return (
HttpHandlerActionCollection
)base[_propHandlers];