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

Syntax

public string[] Arguments { get; }

Remarks

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

Value

Type Description
string[]