EndpointGroupNameAttribute Clase

Definición

Especifica el nombre del grupo de puntos de conexión en 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
Herencia
EndpointGroupNameAttribute
Atributos
Implementaciones

Constructores

EndpointGroupNameAttribute(String)

Inicializa una instancia de EndpointGroupNameAttribute.

Propiedades

EndpointGroupName

Obtiene el nombre del grupo de puntos de conexión.

Se aplica a