ReflectedActionDescriptor Methods

 

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Execute(ControllerContext, IDictionary<String, Object>)

Executes the specified controller context by using the specified action-method parameters.(Overrides ActionDescriptor.Execute(ControllerContext, IDictionary<String, Object>).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCustomAttributes(Boolean)

Returns an array of custom attributes defined for this member, excluding named attributes.(Overrides ActionDescriptor.GetCustomAttributes(Boolean).)

System_CAPS_pubmethod GetCustomAttributes(Type, Boolean)

Returns an array of custom attributes defined for this member, identified by type.(Overrides ActionDescriptor.GetCustomAttributes(Type, Boolean).)

System_CAPS_pubmethod GetFilterAttributes(Boolean)

Gets the filter attributes.(Overrides ActionDescriptor.GetFilterAttributes(Boolean).)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetParameters()

Retrieves the parameters of the action method.(Overrides ActionDescriptor.GetParameters().)

System_CAPS_pubmethod GetSelectors()

Retrieves the action selectors.(Overrides ActionDescriptor.GetSelectors().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsDefined(Type, Boolean)

Indicates whether one or more instances of a custom attribute type are defined for this member.(Overrides ActionDescriptor.IsDefined(Type, Boolean).)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

ReflectedActionDescriptor Class
System.Web.Mvc Namespace

Return to top