RouteDirection Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether ASP.NET routing is processing a URL from an HTTP request or generating a URL.
public enum class RouteDirectionpublic enum RouteDirectiontype RouteDirection = Public Enum RouteDirection- Inheritance
- 
				RouteDirection
Fields
| Name | Value | Description | 
|---|---|---|
| IncomingRequest | 0 | A URL from a client is being processed. | 
| UrlGeneration | 1 | A URL is being created based on the route definition. |