AsciiDoctorJRunnerSettingsExtensions.

WithAttribute(AsciiDoctorJRunnerSettings, string, string) Method

Summary

Add multiple attributes to Attributes.

Syntax

public static AsciiDoctorJRunnerSettings WithAttribute(this AsciiDoctorJRunnerSettings this, string key, string value)

Parameters

Name Type Description
this AsciiDoctorJRunnerSettings 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
AsciiDoctorJRunnerSettings The reference to the AsciiDoctorJRunnerSettings.