3 references to AllowAllPath
System.Web (3)
VirtualPath.cs (3)
515return Create(virtualPath, VirtualPathOptions.AllowAllPath); 519return Create(virtualPath, VirtualPathOptions.AllowAllPath | VirtualPathOptions.EnsureTrailingSlash); 523return Create(virtualPath, VirtualPathOptions.AllowAllPath | VirtualPathOptions.AllowNull);