Creates new documents with the specified content.
- Namespace
- Statiq
.Core - Containing Type
- CreateDocuments
Syntax
public CreateDocuments(IEnumerable<string> content, string mediaType = null)
Parameters
| Name | Type | Description |
|---|---|---|
| content | IEnumerable |
The content for each output document. |
| mediaType | string | The media type of each output document. |