WithStandard(char[]) Method
Defines a custom set of standard characters to use with the EscapeAllNonstandard() method.
Namespace
Statiq.Core
Containing Type
EscapeHtml

Syntax

public EscapeHtml WithStandard(params char[] standard)

Parameters

Name Type Description
standard char[] The standard set of characters to use.

Return Value

Type Description
EscapeHtml The current module instance.