Share via


TagHelperAttributeList.Insert(Int32, TagHelperAttribute) Method

Definition

Inserts an item to the IList<T> at the specified index.

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)

Parameters

index
Int32
attribute
TagHelperAttribute

Implements

Applies to