Click or drag to resize

MarkdownToHtmlConverter Methods

The MarkdownToHtmlConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertToHtml(Stream)
Converts the given data into a HTML page. The data is interpreted as UTF8 encoded Markdown text.
Public methodConvertToHtml(TextReader)
Converts the given Markdown text into a HTML page.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also