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
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
DataTokens needs to be added to RouteData as a Dictionary<string,object>. TemplateRoute (and MapRoute(...)) need to accept data tokens from the user. When the route matches, the values should be copied to the RouteData.DataTokens
Also consider here making it IReadOnlyDictionary<string, object>
The RouteData on the TemplateRoute that the user sets could very well be exposed as an IReadOnlyDictionary to someone inspecting it, but the RouteData that gets passed around in the RequestContext or wherever I think should be mutable, no?
Add data tokens and flow as part of our context objects
| 196 | 10410 | Reported By: Ryan Nowak |
The text was updated successfully, but these errors were encountered: