TagHelperFeature 类

定义

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

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

构造函数

TagHelperFeature()

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

属性

TagHelpers

获取 MVC 应用程序中的标记帮助程序类型列表。

适用于