5 references to MakeVirtualPathAppRelative
System.Web (5)
Compilation\PageCodeDomTreeGenerator.cs (1)
104
string src = UrlPath.
MakeVirtualPathAppRelative
(virtualDependency);
Compilation\PageThemeCodeDomTreeGenerator.cs (2)
281
spse.Value = UrlPath.
MakeVirtualPathAppRelative
(UrlPath.Combine(_themeParser.VirtualDirPath.VirtualPathString, strValue));
291
cpe.Builder = new StringPropertyBuilder(UrlPath.
MakeVirtualPathAppRelative
(UrlPath.Combine(_themeParser.VirtualDirPath.VirtualPathString, strValue)));
Configuration\UrlMappingsSection.cs (1)
72
string relative = UrlPath.
MakeVirtualPathAppRelative
(path);
HttpRequest.cs (1)
1595
return UrlPath.
MakeVirtualPathAppRelative
(CurrentExecutionFilePath);