C# 클래스 Sequin.Owin.Extensions.IOwinResponseExtensions

파일 보기 프로젝트 열기: sequin/sequin

공개 메소드들

메소드 설명
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