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

定義

指定された名前およびコントローラー コンテキストを使用して、アクション メソッドを検索します。

public abstract System.Web.Mvc.ActionDescriptor FindAction (System.Web.Mvc.ControllerContext controllerContext, string actionName);
abstract member FindAction : System.Web.Mvc.ControllerContext * string -> System.Web.Mvc.ActionDescriptor
Public MustOverride Function FindAction (controllerContext As ControllerContext, actionName As String) As ActionDescriptor

パラメーター

controllerContext
ControllerContext

コントローラー コンテキスト。

actionName
String

アクションの名前。

戻り値

アクション メソッドに関する情報。

適用対象