EndpointNameAttribute Classe

Definição

Especifica o nome do ponto de extremidade em Metadata.

[System.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public sealed class EndpointNameAttribute : Attribute, Microsoft.AspNetCore.Routing.IEndpointNameMetadata
[<System.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
type EndpointNameAttribute = class
    inherit Attribute
    interface IEndpointNameMetadata
Public NotInheritable Class EndpointNameAttribute
Inherits Attribute
Implements IEndpointNameMetadata
Herança
EndpointNameAttribute
Atributos
Implementações

Comentários

Os nomes de ponto de extremidade devem ser exclusivos em um aplicativo e podem ser usados para identificar de forma inequívoca um ponto de extremidade desejado para a geração de URI usando LinkGenerator

Construtores

EndpointNameAttribute(String)

Inicializa uma instância do EndpointNameAttribute.

Propriedades

EndpointName

Obtém o nome do ponto de extremidade.

Aplica-se a