RadPdfCoreMiddlewareExtensions Class |
Namespace: RadPdf
Name | Description | |
---|---|---|
![]() ![]() ![]() | UseRadPdf(IApplicationBuilder) |
Adds RAD PDF's Middleware to the application request pipeline, with default settings and running as a DEMO.
|
![]() ![]() ![]() | UseRadPdf(IApplicationBuilder, RadPdfCoreMiddlewareSettings) |
Adds RAD PDF's Middleware to the application request pipeline, with custom settings.
|
![]() ![]() ![]() | UseRadPdf(IApplicationBuilder, String) |
Adds RAD PDF's Middleware to the application request pipeline, with default settings and specifying the license key.
|
With ASP.NET Core, there are no longer HttpHandlers. Instead, RAD PDF's Middleware implementation should be used to handle HTTP requests for RAD PDF.