HtmlWriter.WriteText method
The WriteText method overloads write text to the output.
Overload list
Name | Description | |
---|---|---|
WriteText(String) | The WriteText method writes text to the output. | |
WriteText(HtmlReader) | The WriteText(HtmlReader) method writes the text content of an HTML element to the HTML output stream. | |
WriteText([], Int32, Int32) | The WriteText method reads text from a buffer and writes it to the output. |
Top