Add custom viewengine to New project dialog?
问题 When creating a new project for MVC3 I have an option to select a custom viewengine. I can choose between Razor and ASPX . Is there a way to add Spark to the dropdownlist? 回答1: The short answer is: No, not really. The long answer is: Yes, but there's a catch and it requires registry edits. The New Project Dialog is built around the idea of selecting a projecttemplate first and then selecting a view-engine supported by that template. Others have managed to add their own things to this window,