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