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

Syntax

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

Parameters

Name Type Description
source NormalizedPath
destination NormalizedPath
metadata IEnumerable<KeyValuePair<string, object>>
content Stream
mediaType string