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