Summary
Defines additional characters to escape.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- HtmlEscape
Syntax
public HtmlEscape WithEscapedChar(params char[] toEscape)
Parameters
Name | Type | Description |
---|---|---|
toEscape | char[] | The additional characters to escape. |
Return Value
Type | Description |
---|---|
HtmlEscape | The current module instance. |