Bagikan melalui


ReflectedActionDescriptor(MethodInfo, String, ControllerDescriptor) Konstruktor

Definisi

Menginisialisasi instans baru kelas 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)

Parameter

methodInfo
MethodInfo

Informasi metode tindakan.

actionName
String

Nama tindakan.

controllerDescriptor
ControllerDescriptor

Deskriptor pengontrol.

Pengecualian

methodInfo Baik parameter atau controllerDescriptor null.

Parameter actionName null atau kosong.

Berlaku untuk