共用方式為


TagHelperContext.Reinitialize 方法

定義

多載

Reinitialize(IDictionary<Object,Object>, String)

清除 , TagHelperContext 並使用所提供的值更新其狀態。

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

清除 , TagHelperContext 並使用所提供的值更新其狀態。

Reinitialize(IDictionary<Object,Object>, String)

來源:
TagHelperContext.cs
來源:
TagHelperContext.cs
來源:
TagHelperContext.cs

清除 , 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)

參數

uniqueId
String

要使用的唯一識別碼。

適用於

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

來源:
TagHelperContext.cs
來源:
TagHelperContext.cs
來源:
TagHelperContext.cs

清除 , 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 標籤名稱。

uniqueId
String

要使用的唯一識別碼。

適用於