- Namespace
- Statiq
.Web .Commands - Interfaces
- Base Types
graph BT
Type-->Base0["EngineCommand<ServeCommandSettings>"]
Base0-->Base1["BaseCommand<ServeCommandSettings>"]
Base1-->Base2["AsyncCommand<ServeCommandSettings>"]
Type-.->Interface0["IBaseCommand"]
click Interface0 "/api/Statiq.Common/IBaseCommand"
Type["ServeCommand"]
class Type type-node
Syntax
[Description("Serves a folder, optionally watching for changes and triggering client reload by default.")]
public class ServeCommand : EngineCommand<ServeCommandSettings>, IBaseCommand
Attributes
Type | Description |
---|---|
Description |
Constructors
Name | Summary |
---|---|
ServeCommand |
Methods
Name | Return Value | Summary |
---|---|---|
ExecuteEngineAsync |
Task |