ReflectedActionDescriptor(MethodInfo, String, ControllerDescriptor) コンストラクター

定義

ReflectedActionDescriptor クラスの新しいインスタンスを初期化します。

public ReflectedActionDescriptor (System.Reflection.MethodInfo methodInfo, string actionName, System.Web.Mvc.ControllerDescriptor controllerDescriptor);
new System.Web.Mvc.ReflectedActionDescriptor : System.Reflection.MethodInfo * string * System.Web.Mvc.ControllerDescriptor -> System.Web.Mvc.ReflectedActionDescriptor
Public Sub New (methodInfo As MethodInfo, actionName As String, controllerDescriptor As ControllerDescriptor)

パラメーター

methodInfo
MethodInfo

アクション メソッド情報。

actionName
String

アクションの名前。

controllerDescriptor
ControllerDescriptor

コントローラー記述子。

例外

methodInfoまたは controllerDescriptor パラメーターが null です。

actionNameパラメーターが null または空です。

適用対象