Skip to content

Fix RouteData Used By Routing Feature #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2017

Conversation

commonsensesoftware
Copy link
Collaborator

This fix includes a simple update the assigns the matched RouteData to the RouteContext. This will ensure that the RouteData is handed over to the IRoutingFeature exposed through the HttpContext.

This change has no effect on the ActionContext or ControllerContext, which already contained the correct RouteData. Fixes #176.

@commonsensesoftware commonsensesoftware merged commit 52d0222 into master Aug 31, 2017
@commonsensesoftware commonsensesoftware deleted the dev/chrimart/fix-routing-feature branch January 31, 2018 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding ApiVersioning causes RouteData to be cleared in HttpContext's IRoutingFeature
2 participants