EndpointGroupNameAttribute Classe

Definizione

Specifica il nome del gruppo di endpoint in 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
Ereditarietà
EndpointGroupNameAttribute
Attributi
Implementazioni

Costruttori

EndpointGroupNameAttribute(String)

Inizializza un'istanza della classe EndpointGroupNameAttribute.

Proprietà

EndpointGroupName

Ottiene il nome del gruppo di endpoint.

Si applica a