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