Summary
A delegate to get the relative output path of each page. If the result contains a ".html" extension, the page
number will be appended to the result file name, otherwise if no ".html" extension is in the result value then
it will be considered a folder path and the first page will be output as "index.html" followed by "page2.html", etc.
- Assembly
- Wyam
.Web .dll - Namespace
- Wyam
.Web .Pipelines - Containing Type
- ArchiveSettings
Syntax
public DocumentConfig RelativePath { get; set; }
Value
Type | Description |
---|---|
DocumentConfig |