Sdílet prostřednictvím


RouteAreaAttribute Třída

Definice

Definuje oblast, která se má nastavit pro všechny trasy definované v tomto kontroleru.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class RouteAreaAttribute : Attribute
type RouteAreaAttribute = class
    inherit Attribute
Public NotInheritable Class RouteAreaAttribute
Inherits Attribute
Dědičnost
RouteAreaAttribute
Atributy

Konstruktory

RouteAreaAttribute()

Inicializuje novou instanci RouteAreaAttribute třídy .

RouteAreaAttribute(String)

Inicializuje novou instanci RouteAreaAttribute třídy .

Vlastnosti

AreaName

Získá název oblasti nastavit pro všechny trasy definované v kontroleru. Pokud je hodnota null, bude proveden pokus o odvození názvu oblasti z oboru názvů cílového kontroleru.

AreaPrefix

Získá předponu adresy URL, která se použije na trasy této oblasti. Výchozí hodnota je název oblasti.

Platí pro