次の方法で共有


ControllerFeature クラス

定義

MVC アプリケーション内のコントローラーの種類の一覧。 はControllerFeature、 コンポーネントの依存関係として を要求ApplicationPartManagerすることで、起動時PartManagerまたはPartManager後の段階で使用可能な を使用してApplicationPartManager設定できます。

public ref class ControllerFeature
public class ControllerFeature
type ControllerFeature = class
Public Class ControllerFeature
継承
ControllerFeature

コンストラクター

ControllerFeature()

MVC アプリケーション内のコントローラーの種類の一覧。 はControllerFeature、 コンポーネントの依存関係として を要求ApplicationPartManagerすることで、起動時PartManagerまたはPartManager後の段階で使用可能な を使用してApplicationPartManager設定できます。

プロパティ

Controllers

MVC アプリケーションのコントローラーの種類の一覧を取得します。

適用対象