Specifies the characters not to allow in the file name.
- Namespace
- Statiq
.Core - Containing Type
- OptimizeFileName
Syntax
public OptimizeFileName WithReservedCharacters(Config<string> reservedCharacters)
Parameters
Name | Type | Description |
---|---|---|
reservedCharacters | Config |
The reserved characters. |
Return Value
Type | Description |
---|---|
OptimizeFileName | The current module instance. |