ActionMethodSelectorAttribute Class

Definition

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.

Applies to