AsciidoctorAttributeCollection.

Remove(string) Method

Summary

Removes the attribute from the collection.

Syntax

public void Remove(string name)

Remarks

Note that Remove(string) is different from Unset(string).
  • will remove the attribute from the collection and the attribute will not be passed to Asciidoctor at all.
  • will cause the attribute to be passed to Asciidoctor as "unset attribute", causing the attribute to be removed while processing the source file even if it was set in the source document.

Parameters

Name Type Description
name string

Return Value

Type Description
void