ControllerFeature 类

定义

MVC 应用程序中控制器类型的列表。 ControllerFeature可以通过在 组件中要求 ApplicationPartManager 将 用作依赖项,使用ApplicationPartManagerPartManager 启动期间或PartManager以后阶段可用的 填充 。

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

构造函数

ControllerFeature()

MVC 应用程序中控制器类型的列表。 ControllerFeature可以通过在 组件中要求 ApplicationPartManager 将 用作依赖项,使用ApplicationPartManagerPartManager 启动期间或PartManager以后阶段可用的 填充 。

属性

Controllers

获取 MVC 应用程序中控制器类型的列表。

适用于