“.NET Return Manual Kod stanu” Kod odpowiedzi

.NET Return Manual Kod stanu

return this.StatusCode(StatusCodes.Status418ImATeapot, "Error message");
DreamCoder

.NET Return Manual Kod stanu

// 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();
}
DreamCoder

Odpowiedzi podobne do “.NET Return Manual Kod stanu”

Pytania podobne do “.NET Return Manual Kod stanu”

Więcej pokrewnych odpowiedzi na “.NET Return Manual Kod stanu” w C#

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu