Update use-http-context.md (#30919)
parent
eabb4963bd
commit
68c6cab03d
|
@ -99,6 +99,9 @@ An app can't modify headers after the response has started. Once the response st
|
||||||
|
|
||||||
> System.InvalidOperationException: Headers are read-only, response has already started.
|
> System.InvalidOperationException: Headers are read-only, response has already started.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Unless response buffering is enabled, all write operations (for example, <xref:Microsoft.AspNetCore.Http.HttpResponseWritingExtensions.WriteAsync%2A>) flush the response body internally and mark the response as started. Response buffering is disabled by default.
|
||||||
|
|
||||||
### Write response body
|
### Write response body
|
||||||
|
|
||||||
An HTTP response can include a response body. The response body is data associated with the response, such as generated web page content, UTF-8 JSON payload, or a file.
|
An HTTP response can include a response body. The response body is data associated with the response, such as generated web page content, UTF-8 JSON payload, or a file.
|
||||||
|
|
Loading…
Reference in New Issue