Click or drag to resize

TextUtilsGetSafeMarkdownHtml Method

Overload List
  NameDescription
Public methodStatic memberGetSafeMarkdownHtml(String)
Converts a Markdown text into a safe HTML snippet. Tags that are not white-listed are removed.
Public methodStatic memberGetSafeMarkdownHtml(String, Boolean)
Converts a Markdown text into a safe HTML snippet. Tags that are not white-listed are removed.
Public methodStatic memberGetSafeMarkdownHtml(String, String)
Converts a Markdown text into a safe HTML document stored in a XmlDocument. Tags that are not white-listed are removed.
Top
See Also