RouteDirection Výčet

Definice

Určuje, jestli směrování ASP.NET zpracovává adresu URL z požadavku HTTP nebo generuje adresu URL.

public enum class RouteDirection
public enum RouteDirection
type RouteDirection = 
Public Enum RouteDirection
Dědičnost
RouteDirection

Pole

IncomingRequest 0

Zpracovává se adresa URL z klienta.

UrlGeneration 1

Adresa URL se vytváří na základě definice trasy.

Platí pro