2 references to MapHandlerAndGetHandlerTypeString
System.Web (2)
Handlers\AssemblyResourceLoader.cs (1)
97
string handlerTypeString = iis7WorkerRequest.
MapHandlerAndGetHandlerTypeString
(method: "GET",
HttpApplication.cs (1)
1306
type = wr.
MapHandlerAndGetHandlerTypeString
(method: requestType, path: vpath, convertNativeStaticFileModule: convertNativeStaticFileModule, ignoreWildcardMappings: false);