摘要: 1 public class MemberValidationAttribute : AuthorizeAttribute 2 { 3 protected override bool AuthorizeCore(HttpContextBase httpContext) 4 ... 阅读全文
posted @ 2014-10-08 10:16 人生无赖 阅读(228) 评论(0) 推荐(0) 编辑
摘要: asp.net MVCKindeditor 图片、文件上传所用的Controller 1 [HttpPost, AllowAnonymous] 2 public ActionResult UploadImage() 3 { 4 string ... 阅读全文
posted @ 2014-10-08 10:07 人生无赖 阅读(648) 评论(0) 推荐(0) 编辑
摘要: 本例是单独调用kindeditor多图上传的组件来进行多图上传,兼容性你懂得!官方示例地址:http://kindeditor.net/ke4/examples/multi-image-dialog.htmlHtmlJS 阅读全文
posted @ 2014-10-08 09:55 人生无赖 阅读(1314) 评论(0) 推荐(0) 编辑
摘要: 1 public class ValidateCode 2 { 3 /// 4 /// 验证码的最大长度 5 /// 6 public int MaxLength 7 { 8 ... 阅读全文
posted @ 2014-10-08 09:28 人生无赖 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 1 public static class HtmlHelperExt 2 { 3 public static MvcHtmlString EnumDropDownList(this HtmlHelper htmlHelper, string name, TEnum sel... 阅读全文
posted @ 2014-10-08 09:26 人生无赖 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Net; 4 using System.Net.Mail; 5 using System.Net.Sockets; 6 using System.Tex... 阅读全文
posted @ 2014-10-08 09:19 人生无赖 阅读(433) 评论(0) 推荐(0) 编辑