ActionDescriptor Methods
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Execute(ControllerContext, IDictionary(Of String, Object)) | Executes the action method by using the specified parameters and controller context. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCustomAttributes(Boolean) | Returns an array of custom attributes that are defined for this member, excluding named attributes. |
![]() | GetCustomAttributes(Type, Boolean) | Returns an array of custom attributes that are defined for this member, identified by type. |
![]() | GetFilterAttributes(Boolean) | Gets the filter attributes. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetParameters() | Returns the parameters of the action method. |
![]() | GetSelectors() | Returns the action-method selectors. |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefined(Type, Boolean) | Determines whether one or more instances of the specified attribute type are defined for this member. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Show:

