Share via


IHtmlAsyncContent.WriteToAsync(TextWriter) Method

Definition

Writes the content to the specified writer.

public System.Threading.Tasks.ValueTask WriteToAsync (System.IO.TextWriter writer);
abstract member WriteToAsync : System.IO.TextWriter -> System.Threading.Tasks.ValueTask
Public Function WriteToAsync (writer As TextWriter) As ValueTask

Parameters

writer
TextWriter

The TextWriter to which the content is written.

Returns

Applies to