ActionMethodSelectorAttribute Class
Represents an attribute that is used to influence the selection of an action method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ActionMethodSelectorAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActionMethodSelectorAttribute | Initializes a new instance of the ActionMethodSelectorAttribute class. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Attribute.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Attribute.) |
|
GetType | (Inherited from Object.) |
|
IsDefaultAttribute | (Inherited from Attribute.) |
|
IsValidForRequest | Determines whether the action method selection is valid for the specified controller context. |
|
Match | (Inherited from Attribute.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
For more information about using attributes, see Extending Metadata Using Attributes.