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
Defines an attribute with an empty value.
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Containing Type
- Asciidoctor
Attribute Collection
Syntax
public void Define(string name)
Remarks
If the attribute was already added to this collection, the attribute's value is set to an empty value.
Also, if the attribute was previously added as "unset attribute" via
Unset(string)
, it will be converted to a regular attribute.
Parameters
Name | Type | Description |
---|---|---|
name | string | The attribute name. |
Return Value
Type | Description |
---|---|
void |