Sdílet prostřednictvím


EndpointNameAttribute Třída

Definice

Určuje název koncového bodu v Metadatasouboru .

[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
Dědičnost
EndpointNameAttribute
Atributy
Implementuje

Poznámky

Názvy koncových bodů musí být v rámci aplikace jedinečné a je možné je použít k jednoznačné identifikaci požadovaného koncového bodu pro generování identifikátoru URI. LinkGenerator

Konstruktory

EndpointNameAttribute(String)

Inicializuje instanci endpointNameAttribute.

Vlastnosti

EndpointName

Získá název koncového bodu.

Platí pro