EndpointNameAttribute 类

定义

在 中 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
继承
EndpointNameAttribute
属性
实现

注解

终结点名称在应用程序中必须是唯一的,并且可用于使用 明确标识用于生成 URI 的所需终结点 LinkGenerator

构造函数

EndpointNameAttribute(String)

初始化 EndpointNameAttribute 的实例。

属性

EndpointName

获取终结点名称。

适用于