Поделиться через


ActionMethodSelectorAttribute Класс

Определение

Представляет атрибут, влияющий на выбор метода действия.

[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
Наследование
ActionMethodSelectorAttribute
Производный
Атрибуты

Конструкторы

ActionMethodSelectorAttribute()

Инициализирует новый экземпляр класса ActionMethodSelectorAttribute.

Методы

IsValidForRequest(ControllerContext, MethodInfo)

Определяет, допустим ли выбор метода действия для указанного контекста контроллера.

Применяется к