Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Request.CreateResponse() not found - What is the alternative?

$
0
0

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?


Viewing all articles
Browse latest Browse all 9386

Trending Articles