Flag for whether to remove all XML comments.
- Namespace
- Statiq
.Minification - Containing Type
- MinifyXml
Syntax
public MinifyXml RemoveXmlComments(bool removeXmlComments = true)
Parameters
| Name | Type | Description |
|---|---|---|
| removeXmlComments | bool | Default value is true. |
Return Value
| Type | Description |
|---|---|
| MinifyXml | The current instance. |