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.NETViewEngineに切り替える方法を知りたい
はい、Aspxスキャフォールダーをデフォルトのメーラースキャフォールダーとして設定できます。これを使って:
Set-DefaultScaffolder -Name Mailer -Scaffolder Mailer.aspx
または、次のようなものを使用することもできます
Scaffold Mailer.aspx WelcomeMailer Welcome,Hello