Top
Search
Categories
Archive
« RAD PDF 3.10 Released | Main | RAD PDF 3.9.5 Service Update »

RAD PDF BETA for ASP.NET Core

Red Software is excited to share a new BETA version of RAD PDF for use with ASP.NET Core!

ASP.NET Core is the new open-source web framework from Microsoft. While similar to ASP.NET, request processing is handled much differently. This new assembly is largely similar to the standard RAD PDF build with a few key differences:

  • The PdfHttpHandler and web.config have been replaced with RadPdfCoreMiddleware - a single line of code in your Startup class configures and installs the needed listeners
  • When using a custom session provider, AddSession() implementations need two parameters instead of one -  update your code to use AddSession(HttpContext context, PdfLiteSession session)
  • When using a custom session provider, GetSession() implementations need two parameters instead of one - update your code to use GetSession(HttpContext context, string key)

This initial BETA release is compatible with ASP.NET Core 2.0 and higher.

To request a link to the BETA, please contact support:

https://support.redsoftware.com/hc/en-us/requests/new

Use of this assembly is included with a standard RAD PDF license and is subject to the EULA.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>