WriteEscape(String?) Method

Definition

Assembly Markdig.dll

Writes the content escaped for HTML.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public HtmlRenderer WriteEscape(string? content)

Parameters

content
String

The content.

Returns

HtmlRenderer
This instance