HtmlTextWriter.WriteLineAsync Method
.NET Framework 4.5
Writes data followed by a line terminator asynchronously to the text string or stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteLineAsync() | Writes a line terminator asynchronously to the text string or stream. (Inherited from TextWriter.) |
|
WriteLineAsync(Char) | Writes a character followed by a line terminator asynchronously to the text string or stream. (Inherited from TextWriter.) |
|
WriteLineAsync(Char[]) | Writes an array of characters followed by a line terminator asynchronously to the text string or stream. (Inherited from TextWriter.) |
|
WriteLineAsync(String) | Writes a string followed by a line terminator asynchronously to the text string or stream. (Inherited from TextWriter.) |
|
WriteLineAsync(Char[], Int32, Int32) | Writes a subarray of characters followed by a line terminator asynchronously to the text string or stream. (Inherited from TextWriter.) |