Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近安装了 Mvcmailer。它的默认视图引擎已设置为 Razor。我想知道如何(如果可能)将其切换到 ASP.NET 视图引擎
是的,您可以将 Aspx 脚手架设置为默认邮件程序脚手架。用这个:
Set-DefaultScaffolder -Name Mailer -Scaffolder Mailer.aspx
或者您可以简单地使用以下内容
Scaffold Mailer.aspx WelcomeMailer Welcome,Hello