ReflectedControllerDescriptor.FindAction(ControllerContext, String) メソッド

定義

指定されたコントローラー コンテキストを使用して、指定されたアクションを検索します。

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 または空です。

適用対象