Response.NotFound constructor
Response.NotFound([
- dynamic body
Constructor for 404 not found responses.
Implementation
Response.NotFound([dynamic body]) : this(HttpStatus.notFound, body: body);
Constructor for 404 not found responses.
Response.NotFound([dynamic body]) : this(HttpStatus.notFound, body: body);