次の方法で共有


InternalServerError<TValue>.IEndpointMetadataProvider.PopulateMetadata メソッド

定義

関連する EndpointMethodInfoのメタデータを設定します。

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のエンドポイントを構築するために使用されます。

実装

適用対象