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
Removes the attribute from the collection.
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Containing Type
- Asciidoctor
Attribute 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 |