Summary
Gets the value that corresponds to the specified key.
- Namespace
- Cake
.Core .Configuration - Containing Type
- ICakeConfiguration
Syntax
string GetValue(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key. |
Return Value
Type | Description |
---|---|
string | The value for the specified key, or null if key doesn't exists. |