ActionMethodSelectorAttribute Classe

Definição

Representa um atributo usado para influenciar a seleção de um método de ação.

[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
Herança
ActionMethodSelectorAttribute
Derivado
Atributos

Construtores

ActionMethodSelectorAttribute()

Inicializa uma nova instância da classe ActionMethodSelectorAttribute.

Métodos

IsValidForRequest(ControllerContext, MethodInfo)

Determina se a seleção do método de ação é válida para o contexto de controlador especificado.

Aplica-se a