摘要: 代码 阅读全文
posted @ 2019-05-07 21:52 一只桔子2233 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 代码 Global 阅读全文
posted @ 2019-05-07 15:32 一只桔子2233 阅读(188) 评论(0) 推荐(0) 编辑
摘要: public class MVCHelper { //有 两 个ModelStateDictionary类,别弄混乱了要使用 System.Web.Mvc 下的 //如果添加引用中找不到System.Web.MVC,那么可以用nuget安装: //Install-Package Microsoft.AspNet.Mvc ... 阅读全文
posted @ 2019-05-07 15:27 一只桔子2233 阅读(126) 评论(0) 推荐(0) 编辑
摘要: url转义 阅读全文
posted @ 2019-05-07 15:15 一只桔子2233 阅读(95) 评论(0) 推荐(0) 编辑
摘要: public class JsonNetResult : JsonResult { public JsonSerializerSettings Settings { get; private set; } public JsonNetResult() { Settings = new JsonSerial... 阅读全文
posted @ 2019-05-07 13:23 一只桔子2233 阅读(168) 评论(0) 推荐(0) 编辑