Hi there,
Upgrading a site to 9.10, I am trying to replace this code:
li.RetrievePDF(System.Web.HttpContext.Current.Response, System.Web.HttpContext.Current.Response);
What are the new equivalents of this? The release notes say this is going to be an easy (yay) but don't tell me how to fix it (bleh). I know I need IRequest and IResponse but don't know where to get them from. I found an old post that talks about Dynamicweb.Environment and Common.Context.Request but I can't find that anywhere in my upgraded project. Am I missing a package or assembly reference?
Thanks!