ActionSelector 代理人

定義

アクション メソッドの選択ロジックが含まれるデリゲートを表します。

public delegate bool ActionSelector(ControllerContext controllerContext);
type ActionSelector = delegate of ControllerContext -> bool
Public Delegate Function ActionSelector(controllerContext As ControllerContext) As Boolean 

パラメーター

controllerContext
ControllerContext

戻り値

適用対象