Gets any input that was passed to the application (for example, on stdin via piping).
- Namespace
- Statiq
.Common - Containing Type
- IApplicationState
- Property Type
- string
Syntax
string Input { get; }
Remarks
The value may be null if unset or if no input was passed to the application.
Value
Type | Description |
---|---|
string |