Commit 3693ea0
committed
Marked legacy
The `ITopicRoutingService` is used by the **OnTopic-WebForms** and **OnTopic-MVC** projects as a way of determining the current topic based on the routing information. This approach was replaced with library-specific internal methods, such as **OnTopic-AspNetCore-MVC**'s `ITopicRepository` extension which allows `Load()` to accept a `RouteData` object. Further, we don't intend to provide support for this in future front-end libraries. Since **OnTopic-WebForms** is already obsolete, and **OnTopic-MVC** isn't expected to be upgraded to support **OnTopic 5.0**, we're marking this as `[Obsolete]`.ITopicRoutingService as [Obsolete]
1 parent 04f4fd0 commit 3693ea0
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
0 commit comments