次の方法で共有


TagHelperExecutionContext.SetOutputContentAsync メソッド

定義

スコープ内のページHtmlEncoderを使用して子を非同期的に実行し、 の Content をレンダリングされた結果に設定Outputします。

public:
 System::Threading::Tasks::Task ^ SetOutputContentAsync();
public System.Threading.Tasks.Task SetOutputContentAsync ();
member this.SetOutputContentAsync : unit -> System.Threading.Tasks.Task
Public Function SetOutputContentAsync () As Task

戻り値

Task完了時に、 の Content を子のレンダリングされたコンテンツに設定Outputする 。

適用対象