10 references to CreateAbsolute
System.Web (10)
Configuration\MetabaseServerConfig.cs (1)
177return VirtualPath.CreateAbsolute(appPath);
Configuration\WebConfigurationHost.cs (2)
371vpath = VirtualPath.CreateAbsolute(configPath.Substring(indexVPath)); 696virtualPath = VirtualPath.CreateAbsolute(locationSubPath.Substring(firstSlash));
Hosting\ApplicationManager.cs (1)
243SimpleApplicationHost 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)
824VirtualPath.CreateAbsolute(path),
Security\CookielessHelper.cs (2)
96_Context.Request.ClientFilePath = VirtualPath.CreateAbsolute(path); 115_Context.RewritePath(VirtualPath.CreateAbsolute(newFilePath),