gpt4 book ai didi

asp.net-mvc - 是否可以在一个命令中搭建多个 Controller ?

转载 作者:行者123 更新时间:2023-12-04 18:49:50 25 4
gpt4 key购买 nike

使用 MvcScaffolding我可以调用这些 powershell 命令来自动搭建 Controller 和 View 的脚手架。

scaffold Controller Products
scaffold Controller Reviews

是否可以将两个命令合二为一?例如
scaffold Controller Products, Reviews

谢谢

最佳答案

PM> $models="Products","Reviews"

然后去做 automa<T>ically ,
PM> foreach($m in $models) { Scaffold Controller $m }

关于asp.net-mvc - 是否可以在一个命令中搭建多个 Controller ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7943614/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com