HtmlWriter.WriteMarkupText method
The WriteMarkupText method overloads write HTML markup directly to the output.
Overload list
Name | Description | |
---|---|---|
WriteMarkupText(String) | The WriteMarkupText method writes a string containing HTML markup directly to the output, without escaping special characters. | |
WriteMarkupText(HtmlReader) | The WriteMarkupText(HtmlReader) method copies the original content of an HTML element and writes it to the HTML output stream. | |
WriteMarkupText([], Int32, Int32) | The WriteMarkupText method reads HTML from a buffer and writes it directly to the output, without escaping special characters. |
Top