You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to use BuildPdf method inside a WebAPI action. I want to use BuildPdf to send some PDF mails. The BuildPdf method requires the Mvc.Context and not the ApiControllerContext. Somebody know if is it possible to used in WebApi?