Sdílet prostřednictvím


TagHelperAttributeList.Insert(Int32, TagHelperAttribute) Metoda

Definice

Vloží položku do zadaného indexu IList<T> .

public:
 virtual void Insert(int index, Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ attribute);
public void Insert (int index, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute attribute);
abstract member Insert : int * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> unit
override this.Insert : int * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> unit
Public Sub Insert (index As Integer, attribute As TagHelperAttribute)

Parametry

index
Int32
attribute
TagHelperAttribute

Implementuje

Platí pro