Interface IDocumentBuildStep
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public interface IDocumentBuildStep
Properties
BuildOrder
Declaration
Property Value
Name
Declaration
Property Value
Methods
Build(FileModel, IHostService)
Declaration
void Build(FileModel model, IHostService host)
Parameters
Postbuild(ImmutableList<FileModel>, IHostService)
Declaration
void Postbuild(ImmutableList<FileModel> models, IHostService host)
Parameters
Prebuild(ImmutableList<FileModel>, IHostService)
Declaration
IEnumerable<FileModel> Prebuild(ImmutableList<FileModel> models, IHostService host)
Parameters
Returns
Extension Methods