MinifyHtml.

MinifyHtml(bool) Constructor

Summary

Minifies the HTML content.
Assembly
Wyam.Minification.dll
Namespace
Wyam.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.

Return Value

Type Description
void
GitHub