ActionDescriptor クラス

定義

名前、コントローラー、パラメーター、属性、フィルターなど、アクション メソッドに関する情報を提供します。

public abstract class ActionDescriptor : System.Reflection.ICustomAttributeProvider
type ActionDescriptor = class
    interface ICustomAttributeProvider
Public MustInherit Class ActionDescriptor
Implements ICustomAttributeProvider
継承
ActionDescriptor
派生
実装

コンストラクター

ActionDescriptor()

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

プロパティ

ActionName

アクション メソッドの名前を取得します。

ControllerDescriptor

コントローラー記述子を取得します。

UniqueId

限定的な初期化を使用してアクション記述子の一意の ID を取得します。

メソッド

Execute(ControllerContext, IDictionary<String,Object>)

指定されたパラメーターおよびコントローラー コンテキストを使用して、アクション メソッドを実行します。

GetCustomAttributes(Boolean)

このメンバーに定義されているカスタム属性の配列を返します (名前付き属性を除く)。

GetCustomAttributes(Type, Boolean)

型で識別される、このメンバーに対して定義されているカスタム属性の配列を返します。

GetFilterAttributes(Boolean)

フィルター属性を取得します。

GetFilters()
古い.

このアクション メソッドに関連付けられたフィルターを返します。

GetParameters()

アクション メソッドのパラメーターを返します。

GetSelectors()

アクション メソッド セレクターを返します。

IsDefined(Type, Boolean)

指定された属性型のインスタンスが 1 つ以上このメンバーに定義されているかどうかを判断します。

適用対象