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