EndpointFilterFactoryContext クラス

定義

ユーザーが新しいルート ハンドラーを構築するときに、ルート ハンドラー フィルター API を介してアクセスできる情報を表します。

public sealed class EndpointFilterFactoryContext
type EndpointFilterFactoryContext = class
Public NotInheritable Class EndpointFilterFactoryContext
継承
EndpointFilterFactoryContext

コンストラクター

EndpointFilterFactoryContext()
古い.

ユーザーが新しいルート ハンドラーを構築するときに、ルート ハンドラー フィルター API を介してアクセスできる情報を表します。

プロパティ

ApplicationServices

アプリケーション サービスへの IServiceProvider アクセスに使用するインスタンスを取得します。

MethodInfo

MethodInfo現在のルート ハンドラーまたは RequestDelegate MVC アクションに関連付けられている 。

適用対象