TestDocument.

Get(string, Object) Method

Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Documents
Containing Type
TestDocument

Syntax

public Object Get(string key, Object defaultValue = null)

Parameters

Name Type Description
key string
defaultValue Object

Return Value

Type Description
Object
GitHub