MiddlewareFilterAttribute<T> クラス

定義

によって提供されるミドルウェア パイプラインを実行します ConfigurationType。 ミドルウェア パイプラインは、非同期リソース フィルターとして扱われます。

public class MiddlewareFilterAttribute<T> : Microsoft.AspNetCore.Mvc.MiddlewareFilterAttribute
type MiddlewareFilterAttribute<'T> = class
    inherit MiddlewareFilterAttribute
Public Class MiddlewareFilterAttribute(Of T)
Inherits MiddlewareFilterAttribute

型パラメーター

T

ミドルウェア パイプラインを構成する型。

継承
MiddlewareFilterAttribute<T>

コンストラクター

MiddlewareFilterAttribute<T>()

MiddlewareFilterAttribute の新しいインスタンスを生成します。

プロパティ

ConfigurationType

ミドルウェア パイプラインを構成する型。

(継承元 MiddlewareFilterAttribute)
IsReusable

の結果 CreateInstance(IServiceProvider) を要求間で再利用できるかどうかを示す値を取得します。

(継承元 MiddlewareFilterAttribute)
Order

フィルターの実行順序を決定するための順序値を取得します。 フィルターは、 プロパティの昇順の数値で Order 実行されます。

(継承元 MiddlewareFilterAttribute)

メソッド

CreateInstance(IServiceProvider)

実行可能フィルターのインスタンスを作成します。

(継承元 MiddlewareFilterAttribute)

適用対象