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

エンドポイント名を取得します。

適用対象