Inserts a prefix into the file name.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public NormalizedPath InsertPrefix(string prefix)
Parameters
Name | Type | Description |
---|---|---|
prefix | string | The prefix to insert. |
Return Value
Type | Description |
---|---|
NormalizedPath | A new NormalizedPath with the specified prefix. |