ControllerActionDescriptor Class¶
Properties¶
-
ControllerName
()¶ Return type: System.String public string ControllerName { get; set; }
-
ControllerTypeInfo
()¶ Return type: System.Reflection.TypeInfo public TypeInfo ControllerTypeInfo { get; set; }
-
DisplayName
()¶ Return type: System.String public override string DisplayName { get; set; }
-
MethodInfo
()¶ Return type: System.Reflection.MethodInfo public MethodInfo MethodInfo { get; set; }
-