- Namespace
- Statiq
.Web .Commands - Base Types
-
- CommandSettings
- BaseCommandSettings
Syntax
public class ServeCommandSettings : BaseCommandSettings
Properties
Name | Property Type | Summary |
---|---|---|
Attach | bool |
Inherited from BaseCommandSettings
|
CachePath | string |
Inherited from BaseCommandSettings
|
ContentTypes | string[] | |
CustomHeaders | string[] | |
Debug | bool |
Inherited from BaseCommandSettings
|
FailureLogLevel | LogLevel? |
Inherited from BaseCommandSettings
|
ForceExt | bool | |
InputPaths | string[] |
Inherited from BaseCommandSettings
|
LogFile | string |
Inherited from BaseCommandSettings
|
LogLevel | LogLevel |
Inherited from BaseCommandSettings
|
NoReload | bool | |
OutputPath | string |
Inherited from BaseCommandSettings
|
Port | int | |
RootPath | string |
Inherited from BaseCommandSettings
|
ServePath | string | |
Settings | string[] |
Inherited from BaseCommandSettings
|
TempPath | string |
Inherited from BaseCommandSettings
|
VirtualDirectory | string |