다음을 통해 공유


TagHelperExecutionContext.Reinitialize 메서드

정의

TagHelperExecutionContext 지우고 제공된 값으로 상태를 업데이트합니다.

public:
 void Reinitialize(System::String ^ tagName, Microsoft::AspNetCore::Razor::TagHelpers::TagMode tagMode, System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ items, System::String ^ uniqueId, Func<System::Threading::Tasks::Task ^> ^ executeChildContentAsync);
public void Reinitialize (string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode, System.Collections.Generic.IDictionary<object,object> items, string uniqueId, Func<System.Threading.Tasks.Task> executeChildContentAsync);
member this.Reinitialize : string * Microsoft.AspNetCore.Razor.TagHelpers.TagMode * System.Collections.Generic.IDictionary<obj, obj> * string * Func<System.Threading.Tasks.Task> -> unit
Public Sub Reinitialize (tagName As String, tagMode As TagMode, items As IDictionary(Of Object, Object), uniqueId As String, executeChildContentAsync As Func(Of Task))

매개 변수

tagName
String

사용할 태그 이름입니다.

tagMode
TagMode

사용할 TagMode입니다.

items
IDictionary<Object,Object>

사용할 IDictionary<TKey,TValue>입니다.

uniqueId
String

사용할 고유 ID입니다.

executeChildContentAsync
Func<Task>

사용할 Func<TResult>입니다.

적용 대상