Defines additional characters to escape.
- Namespace
- Statiq
.Core - Containing Type
- EscapeHtml
Syntax
public EscapeHtml WithEscapedChar(params char[] toEscape)
Parameters
| Name | Type | Description |
|---|---|---|
| toEscape | char[] | The additional characters to escape. |
Return Value
| Type | Description |
|---|---|
| EscapeHtml | The current module instance. |