Summary
Flag for whether to remove all XML comments.
- Assembly
- Wyam
.Minification .dll - Namespace
- Wyam
.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. |