EndpointGroupNameAttribute Classe

Définition

Spécifie le nom du groupe de points de terminaison dans 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
Héritage
EndpointGroupNameAttribute
Attributs
Implémente

Constructeurs

EndpointGroupNameAttribute(String)

Initialise une instance de la classe EndpointGroupNameAttribute.

Propriétés

EndpointGroupName

Obtient le nom du groupe de points de terminaison.

S’applique à