TeamMentor.CoreLib.IREST_ExtensionMethods.response_ContentType_Json C# (CSharp) Method

response_ContentType_Json() public static method

public static response_ContentType_Json ( this iRest_Admin ) : ITM_REST
iRest_Admin this
return ITM_REST
        public static ITM_REST response_ContentType_Json(this ITM_REST iRest_Admin)
        {
            return iRest_Admin.response_ContentType("application/json");
        }