Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RouteCollection::RouteExistingFiles Property

 

Gets or sets a value that indicates whether ASP.NET routing should handle URLs that match an existing file.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

public:
property bool RouteExistingFiles {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft