6 references to HttpHandlersSection
System.Web (6)
Configuration\RuntimeConfig.cs (3)
324internal HttpHandlersSection HttpHandlers { 326return (HttpHandlersSection) GetSection("system.web/httpHandlers", typeof(HttpHandlersSection), ResultsIndex.HttpHandlers);
Configuration\SystemWebSectionGroup.cs (2)
116public HttpHandlersSection HttpHandlers { 118return (HttpHandlersSection) Sections["httpHandlers"];
HttpApplication.cs (1)
1264HttpHandlersSection map = useAppConfig ? RuntimeConfig.GetAppConfig().HttpHandlers