ReflectedActionDescriptor Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ActionName | Gets the name of the action.(Overrides ActionDescriptor.ActionName.) |
![]() | ControllerDescriptor | Gets the controller descriptor.(Overrides ActionDescriptor.ControllerDescriptor.) |
![]() | MethodInfo | Gets or sets the action-method information. |
![]() | UniqueId | Gets the unique ID for the reflected action descriptor using lazy initialization.(Overrides ActionDescriptor.UniqueId.) |
Show:
