AsciidoctorAttributeCollection.

Add(string, string, AsciidoctorAttributeOptions) Method

Summary

Adds the specified attribute with the specified options.

Syntax

public void Add(string name, string value, AsciidoctorAttributeOptions options)

Parameters

Name Type Description
name string The attribute name.
value string The attribute value.
options AsciidoctorAttributeOptions The options to set for the attribute.

Return Value

Type Description
void