You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the event that you want to decide to treat route values as culture-sensitive, you have to duplicate a lot of code. Our other IValueProvider implementations accept a CultureInfo in the constructor.
See my answer here, route values are an outlier with respect to this question.
In the event that you want to decide to treat route values as culture-sensitive, you have to duplicate a lot of code. Our other
IValueProviderimplementations accept aCultureInfoin the constructor.See my answer here, route values are an outlier with respect to this question.