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