AreaAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje oblast obsahující ovladač nebo akci.
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
- Dědičnost
- Atributy
Konstruktory
AreaAttribute(String) |
Inicializuje novou AreaAttribute instanci. |
Vlastnosti
RouteKey |
Klíč hodnoty trasy. (Zděděno od RouteValueAttribute) |
RouteValue |
Hodnota trasy. Pokud |