The question is quite straightforward:
When we mention about implementing a custom Route Handler, when to derive from
Route
, and when fromRouteBase
?
Some possible scenarios:
- SubdomainRouting
- Include localization in URL
- Custom GetVirtualPath for correct URL generation
- Custom Constraints