HtmlWriter.WriteText Method
The WriteText method overloads write text to the output.
Overload List
Name | Description |
---|---|
HtmlWriter.WriteText (String) |
The WriteText method writes text to the output.
|
HtmlWriter.WriteText (Char[], Int32, Int32) |
The WriteText method reads text from a buffer and writes it to the output.
|
See Also