Share via


TagHelperAttributeList.Insert(Int32, TagHelperAttribute) 메서드

정의

항목을 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)

매개 변수

index
Int32
attribute
TagHelperAttribute

구현

적용 대상