4 references to isWithinAppRoot
System.Web (4)
VirtualPath.cs (4)
243
combinedVirtualPath.CopyFlagsFrom(this, isWithinAppRootComputed |
isWithinAppRoot
| appRelativeAttempted);
343
flags[
isWithinAppRoot
] = (_appRelativeVirtualPath != null);
346
flags[
isWithinAppRoot
] = UrlPath.IsEqualOrSubpath(HttpRuntime.AppDomainAppVirtualPathString,
353
return flags[
isWithinAppRoot
];