次の方法で共有


TagHelperExecutionContext.Reinitialize メソッド

定義

TagHelperExecutionContext クリアし、指定された値でその状態を更新します。

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))

パラメーター

tagName
String

使用するタグ名。

tagMode
TagMode

使用する TagMode

uniqueId
String

使用する一意の ID。

executeChildContentAsync
Func<Task>

使用する Func<TResult>

適用対象