This repository was archived by the owner on Dec 14, 2018. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2.1k
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Add constructor with a culture to RouteValueProvider #5336
Closed
Description
In the event that you want to decide to treat route values as culture-sensitive, you have to duplicate a lot of code. Our otherIValueProvider implementations accept aCultureInfo in the constructor.
See my answerhere, route values are an outlier with respect to this question.