次の方法で共有


ReflectedAsyncControllerDescriptor.FindAction メソッド

定義

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

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

アクションの名前。

戻り値

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

適用対象