I believe the problem is that you're not returning anything in the JsonResult. Try: return this.Json(string.Empty); and see if that works.
確定! 回上一頁