Summary
Registers a key and an associated value.
- Namespace
- Cake
.Core .Text - Containing Type
- Text
Transformation Template
Syntax
public void Register(string key, object value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The key. |
| value | object | The value. |
Return Value
| Type | Description |
|---|---|
| void |
