HtmlWriter.WriteMarkupText Method
The WriteMarkupText method overloads write HTML markup directly to the output.
Overload List
Name | Description |
---|---|
HtmlWriter.WriteMarkupText (String) |
The WriteMarkupText method writes a string containing HTML markup directly to the output, without escaping special characters.
|
HtmlWriter.WriteMarkupText (Char[], Int32, Int32) |
The WriteMarkupText method reads HTML from a buffer and writes it directly to the output, without escaping special characters.
|
See Also