How to retun date format in JSON from entity framework

后端 未结 0 1915
谎友^
谎友^ 2020-12-02 05:13

when I use

return Json( context.PortalNews.ToList() , JsonRequestBehavior.AllowGet);

I get the Date like this /Date(1604354

相关标签:
回答
  • 消灭零回复
提交回复
热议问题