ActionMethodSelectorAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an attribute that is used to influence the selection of an action method.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class ActionMethodSelectorAttribute : Attribute
type ActionMethodSelectorAttribute = class
inherit Attribute
Public MustInherit Class ActionMethodSelectorAttribute
Inherits Attribute
- Inheritance
-
ActionMethodSelectorAttribute
- Derived
- Attributes
Constructors
ActionMethodSelectorAttribute() |
Initializes a new instance of the ActionMethodSelectorAttribute class. |
Methods
IsValidForRequest(ControllerContext, MethodInfo) |
Determines whether the action method selection is valid for the specified controller context. |