Click or drag to resize
TextUtilsGetSafeMarkdownHtml Method (String)
Converts a Markdown text into a safe HTML snippet. Tags that are not white-listed are removed.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string GetSafeMarkdownHtml(
	string markupText
)

Parameters

markupText
Type: SystemString
The text in Markdown format.

Return Value

Type: String
The HTML snippet that contains the Markdown text.
See Also