Compartilhar via


TagHelperExecutionContext.Reinitialize Método

Definição

Limpa e TagHelperExecutionContext atualiza seu estado com os valores fornecidos.

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))

Parâmetros

tagName
String

O nome da marca a ser usado.

tagMode
TagMode

O TagMode a ser usado.

uniqueId
String

A ID exclusiva a ser usada.

executeChildContentAsync
Func<Task>

O Func<TResult> a ser usado.

Aplica-se a