ReflectedActionDescriptor Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubpropertyActionName

Gets the name of the action.(Overrides ActionDescriptor.ActionName.)

System_CAPS_pubpropertyControllerDescriptor

Gets the controller descriptor.(Overrides ActionDescriptor.ControllerDescriptor.)

System_CAPS_pubpropertyMethodInfo

Gets or sets the action-method information.

System_CAPS_pubpropertyUniqueId

Gets the unique ID for the reflected action descriptor using lazy initialization.(Overrides ActionDescriptor.UniqueId.)

Return to top
Show: