3 references to IsPathWithinAppRoot
System.Web (3)
Management\TemplatedMailWebEventProvider.cs (1)
85
if (!HttpRuntime.
IsPathWithinAppRoot
(_templateUrl)) {
Security\FormsAuthentication.cs (2)
915
return HttpRuntime.
IsPathWithinAppRoot
(path);
920
return HttpRuntime.
IsPathWithinAppRoot
(absUri.AbsolutePath);