Compartir a través de


TagHelperExecutionContext.Reinitialize Método

Definición

Borra y TagHelperExecutionContext actualiza su estado con los valores proporcionados.

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

Nombre de etiqueta que se va a usar.

tagMode
TagMode

Objeto TagMode que se va a usar.

items
IDictionary<Object,Object>

Objeto IDictionary<TKey,TValue> que se va a usar.

uniqueId
String

Identificador único que se va a usar.

executeChildContentAsync
Func<Task>

Objeto Func<TResult> que se va a usar.

Se aplica a