Minifies the HTML content.
- Namespace
- Statiq
.Minification - Containing Type
- MinifyHtml
Syntax
public MinifyHtml(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.
|