InternalServerError.IEndpointMetadataProvider.PopulateMetadata メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連する Endpoint と MethodInfoのメタデータを設定します。
static void IEndpointMetadataProvider.PopulateMetadata (System.Reflection.MethodInfo method, Microsoft.AspNetCore.Builder.EndpointBuilder builder);
static member Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider.PopulateMetadata : System.Reflection.MethodInfo * Microsoft.AspNetCore.Builder.EndpointBuilder -> unit
Shared Sub PopulateMetadata (method As MethodInfo, builder As EndpointBuilder) Implements IEndpointMetadataProvider.PopulateMetadata
パラメーター
- method
- MethodInfo
作成されるエンドポイントのルート ハンドラー デリゲートまたは MVC アクションの MethodInfo。
- builder
- EndpointBuilder
EndpointBuilder 指定された method
のエンドポイントを構築するために使用されます。