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)

アクション メソッドの選択が、指定されたコントローラー コンテキストで有効かどうかを判断します。

適用対象