ActionMethodSelectorAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクション メソッドの選択に影響する属性を表します。
[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) |
アクション メソッドの選択が、指定されたコントローラー コンテキストで有効かどうかを判断します。 |