ReadOnlyTagHelperAttributeList Constructores

Definición

Sobrecargas

ReadOnlyTagHelperAttributeList()

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

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

Crea una instancia ReadOnlyTagHelperAttributeList de con el especificado attributes.

ReadOnlyTagHelperAttributeList()

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

protected:
 ReadOnlyTagHelperAttributeList();
protected ReadOnlyTagHelperAttributeList ();
Protected Sub New ()

Se aplica a

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

Crea una instancia ReadOnlyTagHelperAttributeList de con el especificado attributes.

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

Parámetros

attributes
IList<TagHelperAttribute>

Colección que se va a encapsular.

Se aplica a