7 references to AllowAppRelativePath
System.Web (7)
SiteMapNode.cs (1)
397
VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.
AllowAppRelativePath
);
VirtualPath.cs (6)
531
return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.
AllowAppRelativePath
);
539
return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.
AllowAppRelativePath
|
548
return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.
AllowAppRelativePath
| VirtualPathOptions.AllowNull);
552
return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.
AllowAppRelativePath
|
625
if ((options & VirtualPathOptions.
AllowAppRelativePath
) == 0) {
680
AllowAllPath = AllowAbsolutePath |
AllowAppRelativePath
| AllowRelativePath,