RemoveHtmlComments(bool) Method
Flag for whether to remove all HTML comments, except conditional, noindex, KnockoutJS containerless comments and AngularJS comment directives.
Namespace
Statiq.Minification
Containing Type
MinifyHtml

Syntax

public MinifyHtml RemoveHtmlComments(bool removeHtmlComments = true)

Parameters

Name Type Description
removeHtmlComments bool Default value is true.

Return Value

Type Description
MinifyHtml The current instance.