TagHelperFeature.TagHelpers Propiedad

Definición

Obtiene la lista de tipos auxiliares de etiquetas en una aplicación MVC.

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)

Valor de propiedad

IList<TypeInfo>

Se aplica a