C# Класс Sequin.Owin.Extensions.IOwinResponseExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
BadRequest ( this response, string message ) : void
Json ( this response, object body ) : void
NotFound ( this response, string message ) : void

Описание методов

BadRequest() публичный статический Метод

public static BadRequest ( this response, string message ) : void
response this
message string
Результат void

Json() публичный статический Метод

public static Json ( this response, object body ) : void
response this
body object
Результат void

NotFound() публичный статический Метод

public static NotFound ( this response, string message ) : void
response this
message string
Результат void