IHtmlAsyncContent.WriteToAsync(TextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.