会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
conjon Gu
享受代码,体验人生
博客园
首页
新随笔
联系
管理
订阅
2010年9月8日
asp.net 利用特性和正则表达式进行字段的验证(attribute)
摘要: 1.创建自定义的特性类(继承Attribute类)。 codingas below[AttributeUsage(AttributeTargets.Property,AllowMultiple=false,Inherited=false)] public class FileVerification:Attribute { private string _regexStr; public str...
阅读全文
posted @ 2010-09-08 11:15 新郎
阅读(594)
评论(0)
推荐(0)
编辑
公告