Sdílet prostřednictvím


RouteAreaAttribute Konstruktory

Definice

Přetížení

RouteAreaAttribute()

Inicializuje novou instanci RouteAreaAttribute třídy.

RouteAreaAttribute(String)

Inicializuje novou instanci RouteAreaAttribute třídy.

RouteAreaAttribute()

Inicializuje novou instanci RouteAreaAttribute třídy.

public RouteAreaAttribute ();
Public Sub New ()

Platí pro

RouteAreaAttribute(String)

Inicializuje novou instanci RouteAreaAttribute třídy.

public RouteAreaAttribute (string areaName);
new System.Web.Mvc.RouteAreaAttribute : string -> System.Web.Mvc.RouteAreaAttribute
Public Sub New (areaName As String)

Parametry

areaName
String

Název oblasti. Pokud je hodnota null, bude proveden pokus o odvození názvu oblasti z oboru názvů cílového kontroleru.

Platí pro