ReflectedControllerDescriptor.FindAction(ControllerContext, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたコントローラー コンテキストを使用して、指定されたアクションを検索します。
public override System.Web.Mvc.ActionDescriptor FindAction (System.Web.Mvc.ControllerContext controllerContext, string actionName);
override this.FindAction : System.Web.Mvc.ControllerContext * string -> System.Web.Mvc.ActionDescriptor
Public Overrides Function FindAction (controllerContext As ControllerContext, actionName As String) As ActionDescriptor
パラメーター
- controllerContext
- ControllerContext
コントローラー コンテキスト。
- actionName
- String
アクションの名前。
戻り値
アクションに関する情報。
例外
controllerContext
パラメーターが null です。
パラメーターが actionName
null または空です。