HtmlWriter.WriteMarkupText method

The WriteMarkupText method overloads write HTML markup directly to the output.

Overload list

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

Top

See also

Reference

HtmlWriter class

HtmlWriter members

Microsoft.Exchange.Data.TextConverters namespace