Summary
Flag for whether to allow the inserting space before slash in empty tags (for example,
true
-
; false
-
).
- Assembly
- Wyam
.Minification .dll - Namespace
- Wyam
.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. |