IExecutionContext.

ApplicationInput Property

Summary

Gets any input that was passed to the application (for example, on stdin via piping).
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
IExecutionContext

Syntax

string ApplicationInput { get; }

Value

Type Description
string The application input.
GitHub