MVC 不支持get请求

支持getreturnJson(1,JsonRequestBehavior.AllowGet);不支持getreturnJson(1,JsonRequestBehavior.DenyGet);
AJAX从后台序列化传对象

对象部分publicclassProvice
{
publicstringid{get;set;}
publicstringUsername{get;set;}
publicstringUser...