This documentation is archived and is not being maintained.
RouteCollection.RouteExistingFiles Property
Visual Studio 2008
Gets or sets a value that indicates whether ASP.NET routing should handle URLs that match an existing file.
Assembly: System.Web.Routing (in System.Web.Routing.dll)
'Declaration Public Property RouteExistingFiles As Boolean 'Usage Dim instance As RouteCollection Dim value As Boolean value = instance.RouteExistingFiles instance.RouteExistingFiles = value
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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: