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 the specified value.
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Containing Type
- Asciidoctor
Attribute Collection
Syntax
public void Add(string name, string value)
Parameters
Name | Type | Description |
---|---|---|
name | string | The attribute name. |
value | string | The attribute value. |
Return Value
Type | Description |
---|---|
void |