Class AssetEmbedder
- Namespace
- CSF.Screenplay.JsonToHtmlReport
- Assembly
- CSF.Screenplay.JsonToHtmlReport.dll
Default implementation of IEmbedsReportAssets.
public class AssetEmbedder : IEmbedsReportAssets
- Inheritance
-
AssetEmbedder
- Implements
- Inherited Members
Methods
EmbedReportAssetsAsync(ScreenplayReport, ReportConverterOptions)
Processes the specified ScreenplayReport, converting external file assets to embedded assets, where they meet the criteria specified by the specified ReportConverterOptions.
public Task EmbedReportAssetsAsync(ScreenplayReport report, ReportConverterOptions options)
Parameters
reportScreenplayReportA Screenplay report
optionsReportConverterOptionsA set of options for converting a report to HTML
Returns
- Task
A task which completes when the process is done.