ReflectedControllerDescriptor クラス

定義

リフレクションされたコントローラーを説明する情報を格納します。

public class ReflectedControllerDescriptor : System.Web.Mvc.ControllerDescriptor
type ReflectedControllerDescriptor = class
    inherit ControllerDescriptor
Public Class ReflectedControllerDescriptor
Inherits ControllerDescriptor
継承
ReflectedControllerDescriptor

コンストラクター

ReflectedControllerDescriptor(Type)

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

プロパティ

ControllerName

コントローラーの名前を取得します。

(継承元 ControllerDescriptor)
ControllerType

コントローラーの種類を取得します。

UniqueId

派生クラスで実装された場合、限定的な初期化を使用してコントローラー記述子の一意の ID を取得します。

(継承元 ControllerDescriptor)

メソッド

FindAction(ControllerContext, String)

指定されたコントローラー コンテキストを使用して、指定されたアクションを検索します。

GetCanonicalActions()

コントローラーのアクションのリストを返します。

GetCustomAttributes(Boolean)

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

GetCustomAttributes(Type, Boolean)

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

GetFilterAttributes(Boolean)

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

IsDefined(Type, Boolean)

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

適用対象