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

GetPageExportPath() private method

private GetPageExportPath ( string pagePath ) : string
pagePath string
return string
        private string GetPageExportPath(string pagePath)
        {
            return Path.Combine(_exportPath, Path.GetFileNameWithoutExtension(pagePath)) + ".html";
        }