Summary
Initializes a new instance of the
TextTransformationTemplate
class.
- Namespace
- Cake
.Core .Text - Containing Type
- Text
Transformation Template
Syntax
public TextTransformationTemplate(string template, Tuple<string, string> placeholder)
Parameters
Name | Type | Description |
---|---|---|
template | string | The template. |
placeholder | Tuple |
The key placeholder. |
Return Value
Type | Description |
---|---|
void |