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.AsciiDoctorJ.
Summary
Add multiple attributes to
Attributes.
- Assembly
- Cake
.AsciiDoctorJ .dll - Namespace
- Cake
.AsciiDoctorJ - Containing Type
- Ascii
Doctor J Runner Settings Extensions
Syntax
public static AsciiDoctorJRunnerSettings WithAttribute(this AsciiDoctorJRunnerSettings this, string key, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| this | Ascii |
The AsciiDoctorJRunnerSettings that extended by this. |
| key | string | The key of the attribute to set. |
| value | string | The value of the attribute to set. |
Return Value
| Type | Description |
|---|---|
| Ascii |
The reference to the AsciiDoctorJRunnerSettings. |
