AsciidoctorAttribute.

Unset Property

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