WithDefaultStandard() Method
Defines a standard set of characters as 0-9, a-z, A-Z, newlines, and space. Use with the EscapeAllNonstandard() method to whitelist this default set of characters.
Namespace
Statiq.Core
Containing Type
EscapeHtml

Syntax

public EscapeHtml WithDefaultStandard()

Return Value

Type Description
EscapeHtml The current module instance.