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

エンドポイント グループ名を取得します。

適用対象