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