可扩展的添加控制器对话框?

发布于 2024-12-08 06:23:49 字数 450 浏览 0 评论 0原文

我找不到任何有关如何将自定义脚手架添加到“添加控制器”对话框的文章。我知道如何替换/更改现有模板,或添加可以从控制台运行的自定义模板,但我找不到如何将自定义模板作为附加选项添加到对话框中。还想知道我添加到自定义模板的命名参数是否会以某种方式显示在对话框中。来自几个谈论新的可扩展脚手架的博客:

“添加控制器对话框通过 NuGet 包(例如 MvcScaffolding)支持可扩展脚手架。” 来自:http://www.asp.net/mvc/mvc3

到目前为止没有任何文章据我所知,实际上展示了如何将自定义脚手架作为选项添加到“添加控制器”对话框中。他们要么通过覆盖现有模板来更改现有模板,要么添加只能从控制台运行的新模板。

如何将自定义模板添加到“添加控制器”对话框的下拉列表中?

I can't find any articles on how to add custom scaffolding to the Add Controller dialog. I know how to replace/change the existing templates, or add custom templates that can be run from the console, but I can't find how to add custom templates as additional options to the dialog. Wondering also if the named parameters that I add to custom templates will show up in the dialog in some way. from several blogs talking about the new extensible scaffolding:

"Add Controller Dialog supports extensible scaffolds via NuGet packages such as MvcScaffolding."
from: http://www.asp.net/mvc/mvc3

None of the articles as far as I can tell actually show how to add the custom scaffolds as an option to the Add Controller dialog. They all are either changing the existing templates by overiding them, or are adding new ones which can only be run from the console.

How do I add my custom templates to the drop down in the Add Controller Dialog?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我纯我任性 2024-12-15 06:23:49

这篇博文来自菲尔·哈克 说:

添加控制器对话框通过 NuGet 包(例如 MvcScaffolding)支持可扩展脚手架。这允许将自定义支架插入到对话框中,从而允许您为其他数据访问技术创建支架,例如 NHibernate,甚至如果您愿意的话还可以使用 ODBCDirect 来创建 JET!

因此,我首先下载 MvcScaffolding 包,看看是否可以从那里获得任何线索。

This blog post from Phil Haack says:

Add Controller Dialog supports extensible scaffolds via NuGet packages such as MvcScaffolding. This allows plugging in custom scaffolds into the dialog which would allow you to create scaffolds for other data access technologies such as NHibernate or even JET with ODBCDirect if you’re so inclined!

So I would start by downloading the MvcScaffolding package and see if you can get any clues from there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文