次の方法で共有


ApplicationModelProviderContext.ControllerTypes プロパティ

定義

検出されたコントローラー TypeInfo インスタンスを取得します。

public:
 property System::Collections::Generic::IEnumerable<System::Reflection::TypeInfo ^> ^ ControllerTypes { System::Collections::Generic::IEnumerable<System::Reflection::TypeInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> ControllerTypes { get; }
member this.ControllerTypes : seq<System.Reflection.TypeInfo>
Public ReadOnly Property ControllerTypes As IEnumerable(Of TypeInfo)

プロパティ値

適用対象