C# Class TeamMentor.CoreLib.IREST_ExtensionMethods

Show file Open project: TeamMentor/Master

Public Methods

Method Description
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

Method Details

redirect_To_Page() public static method

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

response_ContentType() public static method

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

response_ContentType_Html() public static method

public static response_ContentType_Html ( this iRest_Admin ) : ITM_REST
iRest_Admin this
return ITM_REST

response_ContentType_Json() public static method

public static response_ContentType_Json ( this iRest_Admin ) : ITM_REST
iRest_Admin this
return ITM_REST