Method | Description | |
---|---|---|
BadRequest ( this response, string message ) : void | ||
Json ( this response, object body ) : void | ||
NotFound ( this response, string message ) : void |
public static BadRequest ( this response, string message ) : void | ||
response | this | |
message | string | |
return | void |
public static Json ( this response, object body ) : void | ||
response | this | |
body | object | |
return | void |
public static NotFound ( this response, string message ) : void | ||
response | this | |
message | string | |
return | void |