다음을 통해 공유


HelperResult(Func<TextWriter,Task>) 생성자

정의

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.

적용 대상