Aqueduct.Appia.Host.HtmlExporter.HtmlExporter C# (CSharp) Method

HtmlExporter() public method

public HtmlExporter ( string exportPath, IConfiguration configuration, INancyBootstrapper bootStrapper ) : System
exportPath string
configuration IConfiguration
bootStrapper INancyBootstrapper
return System
        public HtmlExporter(string exportPath,
            IConfiguration configuration,
            INancyBootstrapper bootStrapper)
        {
            _configuration = configuration;
            _exportPath = exportPath;
            _basePath = Directory.GetCurrentDirectory();
            _bootStrapper = bootStrapper;
        }