I created a new web api project with VS 2017, and am migrating some old code. Several of the methods return HttpResponseMessage objects. The old code calls Request.CreateResponse to create the response object, but that method does not appear to be available from the request object anymore. What is the proper way to do this?
↧