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