15 references to IsMapPathRelaxed
System.Web (15)
Configuration\ExpressServerConfig.cs (2)
377if (HttpRuntime.IsMapPathRelaxed) { 382if (HttpRuntime.IsMapPathRelaxed) {
Configuration\MetabaseServerConfig.cs (4)
248if (!cacheInfo.Evaluated && HttpRuntime.IsMapPathRelaxed) { 279if (HttpRuntime.IsMapPathRelaxed) { 286if (HttpRuntime.IsMapPathRelaxed) { 294if (HttpRuntime.IsMapPathRelaxed) {
Configuration\ProcessHostMapPath.cs (4)
245if (!cacheInfo.Evaluated && HttpRuntime.IsMapPathRelaxed) { 283if (HttpRuntime.IsMapPathRelaxed) { 288if (HttpRuntime.IsMapPathRelaxed) { 297if (HttpRuntime.IsMapPathRelaxed) {
Hosting\HostingEnvironment.cs (3)
1082if (HttpRuntime.IsMapPathRelaxed) 1085if (HttpRuntime.IsMapPathRelaxed) 1097if (HttpRuntime.IsMapPathRelaxed)
HttpRequest.cs (1)
1677if (HttpRuntime.IsMapPathRelaxed)
HttpRuntime.cs (1)
3534if (!IsMapPathRelaxed) // Feature not enabled?