Return 204 C# 2024

Return 204 C# 2024. In an asp.net mvc 2 app that i have i want to return a 204 no content response to a post operation. I have one method which returns 204/nocontent but also includes a response body with json result.


Return 204 C# 2024

The mvc framework converts a 200 response with null response body into a 204 no content response. In an asp.net mvc 2 app that i have i want to return a 204 no content response to a post operation.

Return 204 C# 2024 Images References :

Author