10 references to CreateAbsolute
System.Web (10)
Configuration\MetabaseServerConfig.cs (1)
177
return VirtualPath.
CreateAbsolute
(appPath);
Configuration\WebConfigurationHost.cs (2)
371
vpath = VirtualPath.
CreateAbsolute
(configPath.Substring(indexVPath));
696
virtualPath = VirtualPath.
CreateAbsolute
(locationSubPath.Substring(firstSlash));
Hosting\ApplicationManager.cs (1)
243
SimpleApplicationHost appHost = new SimpleApplicationHost(VirtualPath.
CreateAbsolute
(virtualPath), physicalPath);
HttpRequest.cs (3)
186
_path = VirtualPath.
CreateAbsolute
(_url.AbsolutePath);
1550
_filePath = VirtualPath.
CreateAbsolute
(Path.Substring(0, filePathLen));
1639
_pathInfo = VirtualPath.
CreateAbsolute
(pathInfoString);
httpserverutility.cs (1)
824
VirtualPath.
CreateAbsolute
(path),
Security\CookielessHelper.cs (2)
96
_Context.Request.ClientFilePath = VirtualPath.
CreateAbsolute
(path);
115
_Context.RewritePath(VirtualPath.
CreateAbsolute
(newFilePath),