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.
情報を取得した後、あるページにリダイレクトしたい場合はどうなりますか。実は検索ボックスが必要です。次に、入力した情報を何らかのアクションで取得してから、任意のページにリダイレクトします。どうすればこれを達成できますか?
アクションに、次のコードを追加します。
return RedirectToAction("ActionName", "ControllerName", new { parameter1 = "something", parameter2 = "something else" });