Summary
    Escapes all nonstandard characters (standard characters are defined with the 
		WithDefaultStandard()
    or WithStandard() methods).
    - Assembly
 - Wyam
.Html .dll  - Namespace
 - Wyam
.Html  - Containing Type
 - HtmlEscape
 
Syntax
public HtmlEscape EscapeAllNonstandard()
	Return Value
| Type | Description | 
|---|---|
| HtmlEscape | The current module instance. | 
