augustusle

Results 1 comments of augustusle

var content = new Rotativa.ViewAsPdf("PDFContent", htmlContent); var binary = content.BuildPdf(this.ControllerContext); My problem is after call BuildPdf all sessions will be lost. Why and how to fix it. thnks