System.Web.Mvc Namespace


.NET Framework Class Library
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)
Syntax

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False, Inherited := True)> _
Public MustInherit Class ActionMethodSelectorAttribute _
    Inherits Attribute
Visual Basic (Usage)
Dim instance As ActionMethodSelectorAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public abstract class ActionMethodSelectorAttribute : Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false, Inherited = true)]
public ref class ActionMethodSelectorAttribute abstract : public Attribute
Remarks

For more information about using attributes, see Extending Metadata Using Attributes.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    System.Web.Mvc..::.ActionMethodSelectorAttribute
      System.Web.Mvc..::.AcceptVerbsAttribute
      System.Web.Mvc..::.NonActionAttribute
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Tags :


Page view tracker