Partager via


ReadOnlyTagHelperAttributeList Constructeurs

Définition

Surcharges

ReadOnlyTagHelperAttributeList()

Instancie une nouvelle instance de ReadOnlyTagHelperAttributeList avec une collection vide.

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

Instancie une nouvelle instance de ReadOnlyTagHelperAttributeList avec le spécifiéattributes.

ReadOnlyTagHelperAttributeList()

Source:
ReadOnlyTagHelperAttributeList.cs
Source:
ReadOnlyTagHelperAttributeList.cs
Source:
ReadOnlyTagHelperAttributeList.cs

Instancie une nouvelle instance de ReadOnlyTagHelperAttributeList avec une collection vide.

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

S’applique à

ReadOnlyTagHelperAttributeList(IList<TagHelperAttribute>)

Source:
ReadOnlyTagHelperAttributeList.cs
Source:
ReadOnlyTagHelperAttributeList.cs
Source:
ReadOnlyTagHelperAttributeList.cs

Instancie une nouvelle instance de ReadOnlyTagHelperAttributeList avec le spécifié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))

Paramètres

attributes
IList<TagHelperAttribute>

Collection à inclure dans un wrapper.

S’applique à