TagHelperContext.Reinitialize 메서드

정의

오버로드

Reinitialize(IDictionary<Object,Object>, String)

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

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

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

Reinitialize(IDictionary<Object,Object>, String)

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

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)

매개 변수

items
IDictionary<Object,Object>

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

uniqueId
String

사용할 고유 ID입니다.

적용 대상

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

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

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)

매개 변수

tagName
String

사용할 HTML 태그 이름입니다.

items
IDictionary<Object,Object>

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

uniqueId
String

사용할 고유 ID입니다.

적용 대상