CakeHostExtensions.

UseCakeSetting(CakeHost, string, string) Method

Summary

Sets the specified Cake setting to the specified value.
Namespace
Cake.Frosting
Containing Type
CakeHostExtensions

Syntax

public static CakeHost UseCakeSetting(this CakeHost host, string key, string value)

Parameters

Name Type Description
host CakeHost The CakeHost to configure.
key string The setting key.
value string The setting value.

Return Value

Type Description
CakeHost The same CakeHost instance so that multiple calls can be chained.