.net return manual status code
return this.StatusCode(StatusCodes.Status418ImATeapot, "Error message");
.net return manual status code
return this.StatusCode(StatusCodes.Status418ImATeapot, "Error message");
.net return manual status code
// GET: api/Default/
public IHttpActionResult Get()
{
//return Ok();//200
//return StatusCode(HttpStatusCode.Accepted);//202
//return BadRequest();//400
//return InternalServerError();//500
//return Unauthorized();//401
return Ok();
}
.net return manual status code
return StatusCode(418);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us