1 write to CheckPhysicalUrlAccess
System.Web (1)
Routing\PageRouteHandler.cs (1)
28this.CheckPhysicalUrlAccess = checkPhysicalUrlAccess;
1 reference to CheckPhysicalUrlAccess
System.Web (1)
Routing\PageRouteHandler.cs (1)
86if (this.CheckPhysicalUrlAccess && !CheckUrlAccess(virtualPath, requestContext)) {