を使用MvcScaffolding
すると、これらのPowerShellコマンドを呼び出して、コントローラーとビューを自動的にスキャフォールディングできます。
scaffold Controller Products
scaffold Controller Reviews
2つのコマンドを1つに組み合わせることができますか?例えば
scaffold Controller Products, Reviews
ありがとう
を使用MvcScaffolding
すると、これらのPowerShellコマンドを呼び出して、コントローラーとビューを自動的にスキャフォールディングできます。
scaffold Controller Products
scaffold Controller Reviews
2つのコマンドを1つに組み合わせることができますか?例えば
scaffold Controller Products, Reviews
ありがとう