次の方法で共有


ReflectedAsyncControllerDescriptor クラス

定義

名前、種類、アクションなど、非同期コントローラーに関する情報をカプセル化します。

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

コンストラクター

ReflectedAsyncControllerDescriptor(Type)

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

プロパティ

ControllerName

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

(継承元 ControllerDescriptor)
ControllerType

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

UniqueId

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

(継承元 ControllerDescriptor)

メソッド

FindAction(ControllerContext, String)

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

GetCanonicalActions()

コントローラー内のアクション メソッド記述子のリストを返します。

GetCustomAttributes(Boolean)

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

GetCustomAttributes(Type, Boolean)

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

GetFilterAttributes(Boolean)

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

IsDefined(Type, Boolean)

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

適用対象