Share via


TagHelperFeature.TagHelpers Property

Definition

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

public:
 property System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ TagHelpers { System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ get(); };
public System.Collections.Generic.IList<System.Reflection.TypeInfo> TagHelpers { get; }
member this.TagHelpers : System.Collections.Generic.IList<System.Reflection.TypeInfo>
Public ReadOnly Property TagHelpers As IList(Of TypeInfo)

Property Value

Applies to