mvc return json
摘要:1.控制器using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace MvcApplication1.Controllers{ public class Employee { public int Id { get; set; } public string Name { get; set; } } [HandleError] public class HomeControl...
阅读全文
posted @ 2014-03-03 14:23
浙公网安备 33010602011771号