EndpointGroupNameAttribute Klasse

Definition

Gibt den Namen der Endpunktgruppe in Metadataan.

[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
Vererbung
EndpointGroupNameAttribute
Attribute
Implementiert

Konstruktoren

EndpointGroupNameAttribute(String)

Initialisiert eine Instanz der EndpointGroupNameAttribute-Klasse.

Eigenschaften

EndpointGroupName

Ruft den Namen der Endpunktgruppe ab.

Gilt für: