ViewComponentFeature 类

定义

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

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

构造函数

ViewComponentFeature()

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

属性

ViewComponents

获取 MVC 应用程序中视图组件类型的列表。

适用于