- Namespace
- Statiq
.Web .Commands - Interfaces
- Base Types
graph BT
Type-->Base0["InteractiveCommand<PreviewCommandSettings>"]
Base0-->Base1["PipelinesCommand<PreviewCommandSettings>"]
Base1-->Base2["EngineCommand<PreviewCommandSettings>"]
Base2-->Base3["BaseCommand<PreviewCommandSettings>"]
Base3-->Base4["AsyncCommand<PreviewCommandSettings>"]
Type-.->Interface0["IBaseCommand"]
click Interface0 "/api/Statiq.Common/IBaseCommand"
Type["PreviewCommand"]
class Type type-node
Syntax
[Description("Builds the site and serves it, optionally watching for changes, rebuilding, and triggering client reload by default.")]
public class PreviewCommand : InteractiveCommand<PreviewCommandSettings>, IBaseCommand
Attributes
Type | Description |
---|---|
Description |
Constructors
Name | Summary |
---|---|
PreviewCommand |