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