Skip to content

HttpResponseExtensions class

Class HttpResponseExtensions.

public static class Microsoft.AspNetCore.Http.HttpResponseExtensions
TypeNameDescription
TaskWriteJsonAsync(this HttpResponse response, Object data)Serializes and object to JSON and writes it to the HTTP response.
TaskWriteObjectAsync(this JsonWriter jsonWriter, Object data)Serializes and object to JSON and writes it to the JsonWriter.