forked from haoduotnt/aspnetwebstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CodePlex bug: https://aspnetwebstack.codeplex.com/workitem/1658
Url.Action overloads (and similar) ignore inherited properties. This fix affects both WebAPI HttpRouteValueDictionary, Overloads that take anonymous objects to construct a routevaluedictionary and overload that takes anonymous objects to create HtmlAttributes. The fix reverts the behavior to MVC5/WebAPI2/WebPages3 behavior where it will allow for derived properties to show up. But it maintains the performance characteristics of MVC5.1/WevAPI2.1/WebPages3.1. (cherry picked from commit 1e6b50c)
- Loading branch information
Yishai Galatzer
committed
Jan 30, 2014
1 parent
1440514
commit 54866f0
Showing
3 changed files
with
100 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters