Loading

摘要: 配置文件中的 passwordFormat 需要设置成 clear. 阅读全文
posted @ 2013-03-20 19:14 青岛欧姆网络科技 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 在.NET MVC3 Framework 示例项目中,有如下代码:public class Product { [HiddenInput(DisplayValue=false)] public int ProductID { get; set; } public string Name { get; set; } [DataType(DataType.MultilineText)] public string Description { get; set; } public decimal Price {... 阅读全文
posted @ 2013-03-20 14:35 青岛欧姆网络科技 阅读(490) 评论(0) 推荐(0) 编辑