AsciidoctorAttributeCollection.

Define(string) Method

Summary

Defines an attribute with an empty value.

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