TestDocument(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, string, string) Constructor
Namespace
Statiq.Testing
Containing Type
TestDocument

Syntax

public TestDocument(in NormalizedPath path, IEnumerable<KeyValuePair<string, object>> metadata, string content, string mediaType = null)

Parameters

Name Type Description
path NormalizedPath
metadata IEnumerable<KeyValuePair<string, object>>
content string
mediaType string