Click or drag to resize

RadPdfCoreMiddlewareExtensions Class

Extension methods for using RAD PDF's Middleware for ASP.NET Core.
Inheritance Hierarchy
SystemObject
  RadPdfRadPdfCoreMiddlewareExtensions

Namespace:  RadPdf
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public static class RadPdfCoreMiddlewareExtensions
Methods
  NameDescription
Public methodStatic memberCode exampleUseRadPdf(IApplicationBuilder)
Adds RAD PDF's Middleware to the application request pipeline, with default settings and running as a DEMO.
Public methodStatic memberCode exampleUseRadPdf(IApplicationBuilder, RadPdfCoreMiddlewareSettings)
Adds RAD PDF's Middleware to the application request pipeline, with custom settings.
Public methodStatic memberCode exampleUseRadPdf(IApplicationBuilder, String)
Adds RAD PDF's Middleware to the application request pipeline, with default settings and specifying the license key.
Top
Remarks

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.

See Also