Aracılığıyla paylaş


ActionMethodSelectorAttribute Sınıf

Tanım

Eylem yönteminin seçimini etkilemek için kullanılan özniteliği temsil eder.

[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
Devralma
ActionMethodSelectorAttribute
Türetilmiş
Öznitelikler

Oluşturucular

ActionMethodSelectorAttribute()

ActionMethodSelectorAttribute sınıfının yeni bir örneğini başlatır.

Yöntemler

IsValidForRequest(ControllerContext, MethodInfo)

Eylem yöntemi seçiminin belirtilen denetleyici bağlamı için geçerli olup olmadığını belirler.

Şunlara uygulanır