ControllerFeature 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
MVC 应用程序中控制器类型的列表。 ControllerFeature可以通过在 组件中要求 ApplicationPartManager 将 用作依赖项,使用ApplicationPartManager在 PartManager 启动期间或PartManager以后阶段可用的 填充 。
public ref class ControllerFeature
public class ControllerFeature
type ControllerFeature = class
Public Class ControllerFeature
- 继承
-
ControllerFeature
构造函数
ControllerFeature() |
MVC 应用程序中控制器类型的列表。 ControllerFeature可以通过在 组件中要求 ApplicationPartManager 将 用作依赖项,使用ApplicationPartManager在 PartManager 启动期间或PartManager以后阶段可用的 填充 。 |
属性
Controllers |
获取 MVC 应用程序中控制器类型的列表。 |