ServeCommand
EngineCommand<ServeCommandSettings>
BaseCommand<ServeCommandSettings>
AsyncCommand<ServeCommandSettings>
IBaseCommand
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
Methods
Extension Methods
Name
Value
Summary
ThrowIfNull<ServeCommand>(string)
T
ToDocument<ServeCommand>(IContentProvider)
IDocument
ToDocument<ServeCommand>(IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<ServeCommand>(NormalizedPath, IContentProvider)
IDocument
ToDocument<ServeCommand>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<ServeCommand>(NormalizedPath, NormalizedPath, IContentProvider)
IDocument
ToDocument<ServeCommand>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument