Gets strongly typed HTTP response headers.
WriteAsJsonAsync(HttpResponse, Object, JsonTypeInfo, String, CancellationToken)Write the specified value as JSON to the response body. The response content-type will be set to the specified content-type.
WriteAsJsonAsync(HttpResponse, Object, Type, JsonSerializerOptions, String, CancellationToken)Write the specified value as JSON to the response body. The response content-type will be set to the specified content-type.
WriteAsJsonAsync(HttpResponse, Object, Type, JsonSerializerOptions, CancellationToken)Write the specified value as JSON to the response body. The response content-type will be set to application/json; charset=utf-8
.
Write the specified value as JSON to the response body. The response content-type will be set to the specified content-type.
WriteAsJsonAsync(HttpResponse, Object, Type, CancellationToken)Write the specified value as JSON to the response body. The response content-type will be set to application/json; charset=utf-8
.
Write the specified value as JSON to the response body. The response content-type will be set to the specified content-type.
WriteAsJsonAsync<TValue>(HttpResponse, TValue, JsonSerializerOptions, CancellationToken)Write the specified value as JSON to the response body. The response content-type will be set to application/json; charset=utf-8
.
Write the specified value as JSON to the response body. The response content-type will be set to the specified content-type.
WriteAsJsonAsync<TValue>(HttpResponse, TValue, CancellationToken)Write the specified value as JSON to the response body. The response content-type will be set to application/json; charset=utf-8
.
Writes the given text to the response body using the given encoding.
WriteAsync(HttpResponse, String, CancellationToken)Writes the given text to the response body. UTF-8 encoding will be used.
Clear(HttpResponse)Clears the HTTP response.
This invocation resets the response headers, response status code, and response body.
Redirect(HttpResponse, String, Boolean, Boolean)Returns a redirect response (HTTP 301, HTTP 302, HTTP 307 or HTTP 308) to the client.
AppendTrailer(HttpResponse, String, StringValues)Adds the given trailer header to the trailers collection to be sent at the end of the response body. Check SupportsTrailers(HttpResponse) or an InvalidOperationException may be thrown.
DeclareTrailer(HttpResponse, String)Adds the given trailer name to the 'Trailer' response header. This must happen before the response headers are sent.
SupportsTrailers(HttpResponse)Indicates if the server supports sending trailer headers for this response.
SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken)Sends the given file using the SendFile extension.
SendFileAsync(HttpResponse, IFileInfo, CancellationToken)Sends the given file using the SendFile extension.
SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken)Sends the given file using the SendFile extension.
SendFileAsync(HttpResponse, String, CancellationToken)Sends the given file using the SendFile extension.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4