摘要:
一.基础概念介绍T4模板是扩展名为 .tt 的文本文件。 他分为设计时模板和运行时模板。主要区别在于在vs中右键点击文件,打开“属性”,在“自定义工具”一栏中的值分别如下:设计时模板:TextTemplatingFileGenerator运行时模板:TextTemplatingFilePreproc 阅读全文
摘要:
一、自定义邮件模板 这是一个cshtml后缀的文件,通过该文件定义邮件的内容模板。 @model ApiTest.Models.Order <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <me 阅读全文
摘要:
Sometimes the developers want to leave a copy of email on the POP3/IMAP4/Exchange server for backup, so they don't delete the email after the email wa 阅读全文