ActionNameSelectorAttribute 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 affects the selection of an action method.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class ActionNameSelectorAttribute : Attribute
type ActionNameSelectorAttribute = class
inherit Attribute
Public MustInherit Class ActionNameSelectorAttribute
Inherits Attribute
- Inheritance
-
ActionNameSelectorAttribute
- Derived
- Attributes
Constructors
ActionNameSelectorAttribute() |
Initializes a new instance of the ActionNameSelectorAttribute class. |
Methods
IsValidName(ControllerContext, String, MethodInfo) |
Determines whether the action name is valid in the specified controller context. |