AsciidoctorAttributeCollection.

this[string] Property

Summary

Gets or sets the value of the specified attribute.

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