EndpointGroupNameAttribute 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 název skupiny koncových bodů v Metadata.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class EndpointGroupNameAttribute : Attribute, Microsoft.AspNetCore.Routing.IEndpointGroupNameMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
type EndpointGroupNameAttribute = class
inherit Attribute
interface IEndpointGroupNameMetadata
Public NotInheritable Class EndpointGroupNameAttribute
Inherits Attribute
Implements IEndpointGroupNameMetadata
- Dědičnost
-
EndpointGroupNameAttribute
- Atributy
- Implementuje
Konstruktory
EndpointGroupNameAttribute(String) |
Inicializuje instanci objektu EndpointGroupNameAttribute. |
Vlastnosti
EndpointGroupName |
Získá název skupiny koncových bodů. |