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