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
Adds the specified attribute with an empty value.
This method is equivalent to
Define(string)
.
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Containing Type
- Asciidoctor
Attribute Collection
Syntax
public void Add(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The attribute name. |
Return Value
Type | Description |
---|---|
void |