oclockvn
1/20/2017 - 7:25 AM

.net mvc json result

.net mvc json result

public ActionResult JsonContent()
{
    return Json("this is a json string", AjaxRequestBehavior.AllowGet);
}