C# Class Sequin.Owin.Extensions.IOwinResponseExtensions

Afficher le fichier Open project: sequin/sequin

Méthodes publiques

Méthode Description
BadRequest ( this response, string message ) : void
Json ( this response, object body ) : void
NotFound ( this response, string message ) : void

Method Details

BadRequest() public static méthode

public static BadRequest ( this response, string message ) : void
response this
message string
Résultat void

Json() public static méthode

public static Json ( this response, object body ) : void
response this
body object
Résultat void

NotFound() public static méthode

public static NotFound ( this response, string message ) : void
response this
message string
Résultat void