14 references to AllowAbsolutePath
System.Web (14)
HttpRequest.cs (2)
1419VirtualPathOptions.AllowAbsolutePath); 1459_clientFilePath = VirtualPath.Create(uri, VirtualPathOptions.AllowAbsolutePath);
SiteMapNode.cs (1)
397VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath);
VirtualPath.cs (10)
527return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath); 531return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath); 535return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.EnsureTrailingSlash); 539return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath | 544return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowNull); 548return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath | VirtualPathOptions.AllowNull); 552return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath | 636if ((options & VirtualPathOptions.AllowAbsolutePath) == 0) { 654if ((options & VirtualPathOptions.AllowAbsolutePath) == 0) { 680AllowAllPath = AllowAbsolutePath | AllowAppRelativePath | AllowRelativePath,
WorkerRequest.cs (1)
648return VirtualPath.Create(GetFilePath(), VirtualPathOptions.AllowAbsolutePath |