Summary
Defines a custom set of standard characters to use with the
EscapeAllNonstandard()
method.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- HtmlEscape
Syntax
public HtmlEscape WithStandard(params char[] standard)
Parameters
Name | Type | Description |
---|---|---|
standard | char[] | The standard set of characters to use. |
Return Value
Type | Description |
---|---|
HtmlEscape | The current module instance. |