7 references to MakeVirtualPathAppAbsolute
System.Web (7)
Compilation\BuildManagerHost.cs (1)
638
virtualPath = UrlPath.
MakeVirtualPathAppAbsolute
(virtualPath);
StaticSiteMapProvider.cs (2)
109
url = UrlPath.
MakeVirtualPathAppAbsolute
(url);
191
rawUrl = UrlPath.
MakeVirtualPathAppAbsolute
(rawUrl);
Util\UrlPath.cs (4)
288
return ReduceVirtualPath(
MakeVirtualPathAppAbsolute
(path));
348
from =
MakeVirtualPathAppAbsolute
(from);
349
to =
MakeVirtualPathAppAbsolute
(to);
644
string path = Reduce(
MakeVirtualPathAppAbsolute
(virtualPath));