You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `MapDefaultAreaControllerRoute()` is analogous to the out-of-the-box `MapDefaultControllerRoute()` extension that ships with ASP.NET Core—except that it _also_ supports routes. This isn't _specific_ to OnTopic, but it's useful, in particular, for supporting explicit `{area}/{controller}/{action}/{id?}` style routes. This automatically registers _all_ areas to support this route.
0 commit comments