Here's my return code:
return Json(new { success = success, message = message }, JsonRequestBehavior.AllowGet);
And i always get a "(" and "pre" tag before and after the json (stackoverflow does not allow me to write the tag pre directly).
Im using ExtJS to send the request, anyone can help?
以上就是ASP.NET MVC 3 with ExtJS returning wrong json的详细内容,更多请关注web前端其它相关文章!