I\'m trying to get content of HttpResponseMessage. It should be: {\"message\":\"Action \'\' does not exist!\",\"success\":false}, but I don\'t know, how to get
{\"message\":\"Action \'\' does not exist!\",\"success\":false}
The quick answer I suggest is:
response.Result.Content.ReadAsStringAsync().Result