Hyprlinkr
Hyprlinkr copied to clipboard
Support for controller-level attribute routes. Resolves #44
The DefaultRouteDispatcher
was modified to check the controller for a Route
attribute, similarly to what it does with actions.
As per MSDN documentation Route
attributes on actions take precedence over Route
attributes on controllers.
If no attribute is found, the DefaultRouteDispatcher
works as before.
A new test was created to check this feature (DispatchReturnsResultWithRouterAttributeControllerRouteName
).
Thank you; this is looking good 👍
Did you accidentally check in UpgradeLog.htm
?
Oops, yes apparently I did. Please reject the pull request so that I can correct my branch and re-submit it. (Or is that unnecessary? Sorry but I'm more of a subversion guy!)