EndpointGroupNameAttribute 类

定义

指定 中的 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
继承
EndpointGroupNameAttribute
属性
实现

构造函数

EndpointGroupNameAttribute(String)

初始化 EndpointGroupNameAttribute 的实例。

属性

EndpointGroupName

获取终结点组名称。

适用于