2 references to AllowRelativePath
System.Web (2)
VirtualPath.cs (2)
645
if ((options & VirtualPathOptions.
AllowRelativePath
) == 0) {
680
AllowAllPath = AllowAbsolutePath | AllowAppRelativePath |
AllowRelativePath
,