摘要: 指定值只会执行一次 public class MomanBaseProfile : Profile { public MomanBaseProfile() { CreateMap() .ForMember(d => d.ID, op => op.Ignore()) ... 阅读全文
posted @ 2016-09-26 16:06 霍旭东 阅读(1440) 评论(1) 推荐(0) 编辑
摘要: 在发送通知邮件的时候, 假如可以有漂亮的邮件模板就更好了,但是出于安全的原因, 邮件一般不支持 link 或者 style 样式,只能通过内联的方式。找到了 The Automatic CSS Inliner Tool。有了自动转换工具,那就简单了。首先,编写普通的 html 代码,把 css 样式放到 style 标签中 邮件模板 ... 阅读全文
posted @ 2016-09-26 16:04 霍旭东 阅读(796) 评论(0) 推荐(0) 编辑