Summary
Minifies the XHTML content.
- Assembly
- Wyam
.Minification .dll - Namespace
- Wyam
.Minification - Containing Type
- MinifyXhtml
Syntax
public MinifyXhtml(bool useEmptyMinificationSettings = false)
Parameters
| Name | Type | Description |
|---|---|---|
| useEmptyMinificationSettings | bool |
Boolean to specify whether to use empty minification settings.
Default value is false, this will use commonly accepted settings.
|
Return Value
| Type | Description |
|---|---|
| void |
