HelperResult(Func<TextWriter,Task>) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 HelperResult 的新執行個體。
public:
HelperResult(Func<System::IO::TextWriter ^, System::Threading::Tasks::Task ^> ^ asyncAction);
public HelperResult (Func<System.IO.TextWriter,System.Threading.Tasks.Task> asyncAction);
new Microsoft.AspNetCore.Mvc.Razor.HelperResult : Func<System.IO.TextWriter, System.Threading.Tasks.Task> -> Microsoft.AspNetCore.Mvc.Razor.HelperResult
Public Sub New (asyncAction As Func(Of TextWriter, Task))
參數
- asyncAction
- Func<TextWriter,Task>
呼叫 時要叫用的 WriteTo(TextWriter, HtmlEncoder) 非同步委派。
備註
呼叫 以 WriteTo(TextWriter, HtmlEncoder) 產生封鎖的 asyncAction
調用。