6 references to _webResourceUrl
System.Web (6)
Handlers\AssemblyResourceLoader.cs (6)
94string webResourcePath = UrlPath.Combine(HttpRuntime.AppDomainAppVirtualPathString, _webResourceUrl); 98path: UrlPath.Combine(HttpRuntime.AppDomainAppVirtualPathString, _webResourceUrl), 106HttpHandlerAction httpHandler = RuntimeConfig.GetConfig(VirtualPath.Create(webResourcePath)).HttpHandlers.FindMapping("GET", VirtualPath.Create(_webResourceUrl)); 119return String.Format(CultureInfo.InvariantCulture, _webResourceUrl + "?d={0}&t={1}", 124return String.Format(CultureInfo.InvariantCulture, _webResourceUrl + "?d={0}&t={1}", 471string webResourceHandlerUrl = UrlPath.Combine(HttpRuntime.AppDomainAppVirtualPathString, _webResourceUrl);