ActionNameSelectorAttribute クラス

定義

アクション メソッドの選択に影響を与える属性を表します。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public abstract class ActionNameSelectorAttribute : Attribute
type ActionNameSelectorAttribute = class
    inherit Attribute
Public MustInherit Class ActionNameSelectorAttribute
Inherits Attribute
継承
ActionNameSelectorAttribute
派生
属性

コンストラクター

ActionNameSelectorAttribute()

ActionNameSelectorAttribute クラスの新しいインスタンスを初期化します。

メソッド

IsValidName(ControllerContext, String, MethodInfo)

指定されたコントローラー コンテキストでアクション名が有効かどうかを判断します。

適用対象