TagHelperContext.Reinitialize Metoda

Definice

Přetížení

Reinitialize(IDictionary<Object,Object>, String)

Vymaže TagHelperContext a aktualizuje jeho stav zadanými hodnotami.

Reinitialize(String, IDictionary<Object,Object>, String)

Vymaže TagHelperContext a aktualizuje jeho stav zadanými hodnotami.

Reinitialize(IDictionary<Object,Object>, String)

Vymaže TagHelperContext a aktualizuje jeho stav zadanými hodnotami.

public:
 void Reinitialize(System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ items, System::String ^ uniqueId);
public void Reinitialize (System.Collections.Generic.IDictionary<object,object> items, string uniqueId);
member this.Reinitialize : System.Collections.Generic.IDictionary<obj, obj> * string -> unit
Public Sub Reinitialize (items As IDictionary(Of Object, Object), uniqueId As String)

Parametry

uniqueId
String

Jedinečné ID, které se má použít.

Platí pro

Reinitialize(String, IDictionary<Object,Object>, String)

Vymaže TagHelperContext a aktualizuje jeho stav zadanými hodnotami.

public:
 void Reinitialize(System::String ^ tagName, System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ items, System::String ^ uniqueId);
public void Reinitialize (string tagName, System.Collections.Generic.IDictionary<object,object> items, string uniqueId);
member this.Reinitialize : string * System.Collections.Generic.IDictionary<obj, obj> * string -> unit
Public Sub Reinitialize (tagName As String, items As IDictionary(Of Object, Object), uniqueId As String)

Parametry

tagName
String

Název značky HTML, který se má použít.

uniqueId
String

Jedinečné ID, které se má použít.

Platí pro