摘要:
有时候我们想展示展示一个下拉列表,但又不想从数据库调用。这时我们可以通过枚举值来实现。 EnumHelper.cs using System; using System.Collections; using System.Reflection; using System.Web.UI.WebCont 阅读全文
摘要:
上面有篇博客也是写的验证码,但那个是适用于asp.net网站的。 今天想在MVC中实现验证码功能,弄了好久,最后还是看博友文章解决的,感谢那位博友。 首先引入生成验证码帮助类。 ValidateCode.cs using System; using System.Collections.Generi 阅读全文