AreaAttribute Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa obszar zawierający kontroler lub akcję.
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
- Dziedziczenie
- Atrybuty
Konstruktory
AreaAttribute(String) |
Inicjuje nowe AreaAttribute wystąpienie. |
Właściwości
RouteKey |
Klucz wartości trasy. (Odziedziczone po RouteValueAttribute) |
RouteValue |
Wartość trasy. Jeśli |