Поделиться через


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 или пусто.

Применяется к