Share via


TagHelperFeature Class

Definition

The list of tag helper types in an MVC application. The TagHelperFeature can be populated using the ApplicationPartManager that is available during startup at PartManager and PartManager or at a later stage by requiring the ApplicationPartManager as a dependency in a component.

public ref class TagHelperFeature
public class TagHelperFeature
type TagHelperFeature = class
Public Class TagHelperFeature
Inheritance
TagHelperFeature

Constructors

TagHelperFeature()

Properties

TagHelpers

Gets the list of tag helper types in an MVC application.

Applies to