RenderEmptyTagsWithSpace(bool) Method
Flag for whether to allow the inserting space before slash in empty tags (for example, true -
; false -
).
Namespace
Statiq.Minification
Containing Type
MinifyXhtml

Syntax

public MinifyXhtml RenderEmptyTagsWithSpace(bool renderEmptyTagsWithSpace = true)

Parameters

Name Type Description
renderEmptyTagsWithSpace bool Default value is true.

Return Value

Type Description
MinifyXhtml The current instance.