Summary
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.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- HtmlEscape
Syntax
public HtmlEscape WithDefaultStandard()
Return Value
Type | Description |
---|---|
HtmlEscape | The current module instance. |