RouteCollection::RouteExistingFiles Property
.NET Framework (current version)
Gets or sets a value that indicates whether ASP.NET routing should handle URLs that match an existing file.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if ASP.NET routing handles all requests, even those that match an existing file; otherwise, false. The default value is false.
Although this value can be changed dynamically, any change made after a service has been activated will be ignored when using ASP.NET routing integration. For more information, seeASP.NET Routing Integration.
.NET Framework
Available since 3.5
Available since 3.5
Show: