C# Class Sequin.Owin.Extensions.IOwinResponseExtensions

Datei anzeigen Open project: sequin/sequin

Public Methods

Method Description
BadRequest ( this response, string message ) : void
Json ( this response, object body ) : void
NotFound ( this response, string message ) : void

Method Details

BadRequest() public static method

public static BadRequest ( this response, string message ) : void
response this
message string
return void

Json() public static method

public static Json ( this response, object body ) : void
response this
body object
return void

NotFound() public static method

public static NotFound ( this response, string message ) : void
response this
message string
return void