Arguments Property
Gets the raw arguments passed to the application (the first argument is typically the "command").
Namespace
Statiq.Common
Containing Type
IApplicationState
Property Type
string[]

Syntax

string[] Arguments { get; }

Remarks

The value will never be null (though it may be empty).

Value

Type Description
string[]