Lue englanniksi

Jaa


RouteDirection Enum

Definition

Indicates whether ASP.NET routing is processing a URL from an HTTP request or generating a URL.

C#
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.

Applies to

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