I'm having troubles setting 100 status code on response.
I have tried the following way:
HttpContext.Response.StatusCode = 100;
but it does not work, server refused to answer. Does anybody faced similar issue?
I'm having troubles setting 100 status code on response.
I have tried the following way:
HttpContext.Response.StatusCode = 100;
but it does not work, server refused to answer. Does anybody faced similar issue?
Copyright © 2021 Jogjafile Inc.
Try using one of the Web API related action results in
Controllerto get the desired response.