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