AreaAttribute Klasse

Definition

Gibt den Bereich an, der einen Controller oder eine Aktion enthält.

public ref class AreaAttribute : Microsoft::AspNetCore::Mvc::Routing::RouteValueAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class AreaAttribute : Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type AreaAttribute = class
    inherit RouteValueAttribute
Public Class AreaAttribute
Inherits RouteValueAttribute
Vererbung
Attribute

Konstruktoren

AreaAttribute(String)

Initialisiert eine neue Instanz von AreaAttribute.

Eigenschaften

RouteKey

Der Routenwertschlüssel.

(Geerbt von RouteValueAttribute)
RouteValue

Der Routenwert. Wenn null oder leer, muss der Routenwert, der zugeordnet RouteKey ist, oder fehlen null.

(Geerbt von RouteValueAttribute)

Gilt für: