RouteDirection Enum
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 RouteDirection
C#
public enum RouteDirection
type RouteDirection =
Public Enum RouteDirection
- Inheritance
-
RouteDirection
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. |
Tuote | Versiot |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |