This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Asciidoctor.
Summary
Gets or sets whether the attribute is an "unset attribute".
When an attribute is "unset", the attribute is passed to Asciidoctor wihtout a value and the !
option.
This causes the attribute value to be removed even if it is defined in the input document.
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Containing Type
- AsciidoctorAttribute
Syntax
public bool Unset { get; }
Value
Type | Description |
---|---|
bool |