Commit 38694c4
committed
Introduced area-based routes
In OnTopic 5, we introduced improved support for area routing (66c53c9) with the new `MapImplicitAreaControllerRoute()` (8a65c95, f41b76a), `MapDefaultAreaControllerRoute()` (35cdd74), and `MapTopicAreaRoute()` (6c6ad74, 762d229). These were never added to the default configuration for the `Host` project, however. Strictly speaking, they aren't necessary since the `Host` project doesn't have any areas configured. Most customers will, however, so it's useful to include these as part of the configuration to demonstrate their use and make them available for boilerplate projects.1 parent e853ebc commit 38694c4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments