Sending Response Status with Response Content #87
Unanswered
seikosantana
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I found that |
Beta Was this translation helpful? Give feedback.
0 replies
-
await context.Response.SendResponseAsync(HttpStatusCode.Ok); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v4, we can send Response like
context.Response.SendResponse(content, HttpStatusCode)
. How do I achieve the same result in v5? There's no such overload in v5.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions