ReflectedControllerDescriptor Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindAction(ControllerContext, String)

Finds the specified action for the specified controller context.(Overrides ControllerDescriptor.FindAction(ControllerContext, String).)

System_CAPS_pubmethodGetCanonicalActions()

Returns the list of actions for the controller.(Overrides ControllerDescriptor.GetCanonicalActions().)

System_CAPS_pubmethodGetCustomAttributes(Boolean)

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

System_CAPS_pubmethodGetCustomAttributes(Type, Boolean)

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

System_CAPS_pubmethodGetFilterAttributes(Boolean)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefined(Type, Boolean)

Returns a value that indicates whether one or more instances of a custom attribute type are defined for this member.(Overrides ControllerDescriptor.IsDefined(Type, Boolean).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: