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


ActionMethodSelectorAttribute Класс

Определение

Базовый класс для атрибутов, которые могут реализовать условную логику для включения или отключения действия для данного запроса. См. раздел IActionConstraint.

public ref class ActionMethodSelectorAttribute abstract : Attribute, Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class ActionMethodSelectorAttribute : Attribute, Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ActionMethodSelectorAttribute = class
    inherit Attribute
    interface IActionConstraint
    interface IActionConstraintMetadata
Public MustInherit Class ActionMethodSelectorAttribute
Inherits Attribute
Implements IActionConstraint
Наследование
ActionMethodSelectorAttribute
Атрибуты
Реализации

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

ActionMethodSelectorAttribute()

Базовый класс для атрибутов, которые могут реализовать условную логику для включения или отключения действия для данного запроса. См. раздел IActionConstraint.

Свойства

Order

Порядок ограничений.

Методы

Accept(ActionConstraintContext)

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

IsValidForRequest(RouteContext, ActionDescriptor)

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

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