从字符串转换为HttpError或从HttpResponseMessage获取HttpError,是否可能?

时间:2017-07-12 08:46:01

标签: c# asp.net .net http http-error

是否可以从string转换为HttpError对象?

HttpResponseMessage response= 
 _controller.AddFeedback(Guid.NewGuid(),feedbackSessionDto);
            // Assert
       string message = response.Content.ReadAsStringAsync().Result;

消息看起来像这样“{\”消息\“:\”更新时出错\“}”

我想要httpError

0 个答案:

没有答案