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.
別のコントローラー アクションを呼び出したいコントローラー アクションがあります。
これは有効なことですか。出来ますか?
Controller.RedirectToAction
@Justice が言うように、RedirectToAction を使用できます。また、TempData を使用して、コントローラー アクション間でモデル (およびその他の) データを渡すことができます。