Image.

SetPrefix(string) Method

Summary

Set the prefix of the generated image, e.g. SetPrefix("medium-") will transform original filename "hello-world.jpg" to "medium-hello-world.jpg".
Assembly
Wyam.Images.dll
Namespace
Wyam.Images
Containing Type
Image

Syntax

public Image SetPrefix(string prefix)

Parameters

Name Type Description
prefix string The prefix to use.

Return Value

Type Description
Image The current module instance.
GitHub