TagHelperContext.Reinitialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Reinitialize(IDictionary<Object,Object>, String) |
Clears the TagHelperContext and updates its state with the provided values. |
Reinitialize(String, IDictionary<Object,Object>, String) |
Clears the TagHelperContext and updates its state with the provided values. |
Reinitialize(IDictionary<Object,Object>, String)
Clears the TagHelperContext and updates its state with the provided values.
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)
Parameters
- items
- IDictionary<Object,Object>
The IDictionary<TKey,TValue> to use.
- uniqueId
- String
The unique id to use.
Applies to
Reinitialize(String, IDictionary<Object,Object>, String)
Clears the TagHelperContext and updates its state with the provided values.
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)
Parameters
- tagName
- String
The HTML tag name to use.
- items
- IDictionary<Object,Object>
The IDictionary<TKey,TValue> to use.
- uniqueId
- String
The unique id to use.
Applies to
Feedback
Submit and view feedback for