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.
arearegistrationを使用してasp.net mvc 2でルート優先度を設定することは可能ですか? 最低の優先度を設定したいすべての {*pagePath} ルートをキャッチします。
はい、できますが、スタックの後ろに物を送信する場合にのみ役立ちます (キャッチオールには良い考えです)。
var route = routes["home_default"]; routes.Remove(route); routes.Add(route);
プロジェクトでルートを使用してこれを使用すると、リストの最後に移動します。