Set the prefix of the generated image, e.g.
SetPrefix("medium-")
will transform original
filename "hello-world.jpg" to "medium-hello-world.jpg".
- Namespace
- Statiq
.Images - Containing Type
- MutateImage
Syntax
public MutateImage SetPrefix(string prefix)
Parameters
Name | Type | Description |
---|---|---|
prefix | string | The prefix to use. |
Return Value
Type | Description |
---|---|
MutateImage | The current module instance. |