PreviewCommand
InteractiveCommand<PreviewCommandSettings>
PipelinesCommand<PreviewCommandSettings>
EngineCommand<PreviewCommandSettings>
BaseCommand<PreviewCommandSettings>
AsyncCommand<PreviewCommandSettings>
IBaseCommand
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
Methods
Name
Return Value
Summary
AfterInitialExecutionAsync(CommandContext, PreviewCommandSettings, IEngineManager, CancellationTokenSource)
Task
ExecutionTriggeredAsync(CommandContext, PreviewCommandSettings, IEngineManager, ExitCode, CancellationTokenSource)
Task<ExitCode >
ExitingAsync(CommandContext, PreviewCommandSettings, IEngineManager)
Task
GetInteractiveGlobals(CommandContext, PreviewCommandSettings, IEngineManager)
InteractiveGlobals
Extension Methods
Name
Value
Summary
ThrowIfNull<PreviewCommand>(string)
T
ToDocument<PreviewCommand>(IContentProvider)
IDocument
ToDocument<PreviewCommand>(IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<PreviewCommand>(NormalizedPath, IContentProvider)
IDocument
ToDocument<PreviewCommand>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument
ToDocument<PreviewCommand>(NormalizedPath, NormalizedPath, IContentProvider)
IDocument
ToDocument<PreviewCommand>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider)
IDocument