- Namespace
- Statiq
.Web .Commands - Base Types
-
- CommandSettings
- BaseCommandSettings
graph BT
Type-->Base0["BaseCommandSettings"]
click Base0 "/api/Statiq.App/BaseCommandSettings"
Base0-->Base1["CommandSettings"]
Type["ServeCommandSettings"]
class Type type-node
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 |