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.
在 MVC 中,当我们想在脚手架选项中添加新的控制器类时,我们可以选择生成视图等的模板。
我想知道我怎样才能有一个自定义模板?
我想添加一些新视图
查看MVCScaffolding,它是一个比支持自定义模板和创建自定义脚手架更强大的脚手架引擎。
我不知道使用默认脚手架的方法。