C# 클래스 TeamMentor.CoreLib.IREST_ExtensionMethods

파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
redirect_To_Page ( this iRestAdmin, string redirectTarget ) : ITM_REST
response_ContentType ( this iRest_Admin, string contentType ) : ITM_REST
response_ContentType_Html ( this iRest_Admin ) : ITM_REST
response_ContentType_Json ( this iRest_Admin ) : ITM_REST

메소드 상세

redirect_To_Page() 공개 정적인 메소드

public static redirect_To_Page ( this iRestAdmin, string redirectTarget ) : ITM_REST
iRestAdmin this
redirectTarget string
리턴 ITM_REST

response_ContentType() 공개 정적인 메소드

public static response_ContentType ( this iRest_Admin, string contentType ) : ITM_REST
iRest_Admin this
contentType string
리턴 ITM_REST

response_ContentType_Html() 공개 정적인 메소드

public static response_ContentType_Html ( this iRest_Admin ) : ITM_REST
iRest_Admin this
리턴 ITM_REST

response_ContentType_Json() 공개 정적인 메소드

public static response_ContentType_Json ( this iRest_Admin ) : ITM_REST
iRest_Admin this
리턴 ITM_REST