ReflectedActionDescriptor クラス

定義

リフレクションされたアクション メソッドを説明する情報を格納します。

public class ReflectedActionDescriptor : System.Web.Mvc.ActionDescriptor, System.Web.Mvc.IMethodInfoActionDescriptor
type ReflectedActionDescriptor = class
    inherit ActionDescriptor
    interface IMethodInfoActionDescriptor
Public Class ReflectedActionDescriptor
Inherits ActionDescriptor
Implements IMethodInfoActionDescriptor
継承
ReflectedActionDescriptor
実装

コンストラクター

ReflectedActionDescriptor(MethodInfo, String, ControllerDescriptor)

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

プロパティ

ActionName

アクションの名前を取得します。

ControllerDescriptor

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

MethodInfo

アクション メソッド情報を取得または設定します。

UniqueId

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

メソッド

Execute(ControllerContext, IDictionary<String,Object>)

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

GetCustomAttributes(Boolean)

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

GetCustomAttributes(Type, Boolean)

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

GetFilterAttributes(Boolean)

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

GetFilters()
古い.

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

(継承元 ActionDescriptor)
GetParameters()

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

GetSelectors()

アクション セレクターを取得します。

IsDefined(Type, Boolean)

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

適用対象