EndpointNameAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
で 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 |
エンドポイント名を取得します。 |