摘要:
1 public class MemberValidationAttribute : AuthorizeAttribute 2 { 3 protected override bool AuthorizeCore(HttpContextBase httpContext) 4 ... 阅读全文
摘要:
asp.net MVCKindeditor 图片、文件上传所用的Controller 1 [HttpPost, AllowAnonymous] 2 public ActionResult UploadImage() 3 { 4 string ... 阅读全文
摘要:
本例是单独调用kindeditor多图上传的组件来进行多图上传,兼容性你懂得!官方示例地址:http://kindeditor.net/ke4/examples/multi-image-dialog.htmlHtmlJS 阅读全文
摘要:
1 public class ValidateCode 2 { 3 /// 4 /// 验证码的最大长度 5 /// 6 public int MaxLength 7 { 8 ... 阅读全文
摘要:
1 public static class HtmlHelperExt 2 { 3 public static MvcHtmlString EnumDropDownList(this HtmlHelper htmlHelper, string name, TEnum sel... 阅读全文
摘要:
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... 阅读全文