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 the value of the specified attribute.
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Containing Type
- Asciidoctor
Attribute Collection
Syntax
public string this[string name] { get; set; }
Remarks
Setting a value will implicitly add the attribute if it does not yet exist.
Also, if we attribute was previously added as "unset attribute" via
Unset(string), setting a value will convert the attribute to a regular attribute.
Attributes
| Type | Description |
|---|---|
| NullableAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| name | string |
Value
| Type | Description |
|---|---|
| string |
