Sdílet prostřednictvím


ReflectedActionDescriptor(MethodInfo, String, ControllerDescriptor) Konstruktor

Definice

Inicializuje novou instanci ReflectedActionDescriptor třídy.

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)

Parametry

methodInfo
MethodInfo

Informace o metodě akce

actionName
String

Název akce.

controllerDescriptor
ControllerDescriptor

Popisovač kontroleru.

Výjimky

methodInfo Parametr nebo controllerDescriptor má hodnotu null.

Parametr actionName je null nebo prázdný.

Platí pro