3 references to HttpHandlers
System.Web (3)
Handlers\AssemblyResourceLoader.cs (1)
106HttpHandlerAction httpHandler = RuntimeConfig.GetConfig(VirtualPath.Create(webResourcePath)).HttpHandlers.FindMapping("GET", VirtualPath.Create(_webResourceUrl));
HttpApplication.cs (2)
1264HttpHandlersSection map = useAppConfig ? RuntimeConfig.GetAppConfig().HttpHandlers 1265: RuntimeConfig.GetConfig(context).HttpHandlers;