IActionFilter インターフェイス

定義

アクション フィルターで使用されるメソッドを定義します。

public interface IActionFilter
type IActionFilter = interface
Public Interface IActionFilter
派生

メソッド

OnActionExecuted(ActionExecutedContext)

アクション メソッドの実行後に呼び出されます。

OnActionExecuting(ActionExecutingContext)

アクション メソッドの実行前に呼び出されます。

適用対象