TagHelperAttributeList Constructores

Definición

Sobrecargas

TagHelperAttributeList()

Crea una instancia de TagHelperAttributeList con una colección vacía.

TagHelperAttributeList(IEnumerable<TagHelperAttribute>)

Crea una instancia de TagHelperAttributeList con el especificado attributes.

TagHelperAttributeList(List<TagHelperAttribute>)

Crea una instancia de TagHelperAttributeList con el especificado attributes.

TagHelperAttributeList()

Crea una instancia de TagHelperAttributeList con una colección vacía.

public:
 TagHelperAttributeList();
public TagHelperAttributeList ();
Public Sub New ()

Se aplica a

TagHelperAttributeList(IEnumerable<TagHelperAttribute>)

Crea una instancia de TagHelperAttributeList con el especificado attributes.

public:
 TagHelperAttributeList(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^> ^ attributes);
public TagHelperAttributeList (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> attributes);
new Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList : seq<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> -> Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList
Public Sub New (attributes As IEnumerable(Of TagHelperAttribute))

Parámetros

attributes
IEnumerable<TagHelperAttribute>

Colección que se va a ajustar.

Se aplica a

TagHelperAttributeList(List<TagHelperAttribute>)

Crea una instancia de TagHelperAttributeList con el especificado attributes.

public:
 TagHelperAttributeList(System::Collections::Generic::List<Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^> ^ attributes);
public TagHelperAttributeList (System.Collections.Generic.List<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> attributes);
new Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList : System.Collections.Generic.List<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> -> Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttributeList
Public Sub New (attributes As List(Of TagHelperAttribute))

Parámetros

attributes
List<TagHelperAttribute>

Colección que se va a ajustar.

Se aplica a