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