Summary
Set the
Backend
Use this only if you need a non-builtin backend (e.g. "pdf")
For builtin backends use WithBuiltinBackend(AsciiDoctorJRunnerSettings, BuiltinBackend)
.
- Namespace
- Cake
.AsciiDoctorJ - Containing Type
- Ascii
Doctor J Runner Settings Extensions
Syntax
public static AsciiDoctorJRunnerSettings WithBackend(this AsciiDoctorJRunnerSettings this, string backend)
Parameters
Name | Type | Description |
---|---|---|
this | Ascii |
The AsciiDoctorJRunnerSettings that extended by this. |
backend | string | The name of the backend to use. |
Return Value
Type | Description |
---|---|
Ascii |
The reference to the AsciiDoctorJRunnerSettings . |