IEndpointFilter インターフェイス

定義

ルート ハンドラーを対象とするフィルターを実装するためのインターフェイスを提供します。

public interface IEndpointFilter
type IEndpointFilter = interface
Public Interface IEndpointFilter

メソッド

InvokeAsync(EndpointFilterInvocationContext, EndpointFilterDelegate)

指定されたフィルター EndpointFilterInvocationContext に関連付けられているコア ロジックと、パイプラインで呼び出す次のフィルターを実装します。

適用対象