CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Closed
kichalla wrote Oct 4, 2012 at 1:58 AM
HongmeiG wrote Oct 4, 2012 at 10:31 PM
HongmeiG wrote Mar 26 at 4:45 AM
{ var newRouteValues = new Dictionary<string, object>(); if (routeValues != null) { foreach (var routeValue in routeValues) { if (!String.Equals(routeValue.Key, HttpRouteKey, StringComparison.OrdinalIgnoreCase)) { newRouteValues.Add(routeValue.Key, routeValue.Value); } } } return newRouteValues; }
youssefm wrote Mar 30 at 1:07 AM
Sign in to add a comment
Keyboard shortcuts are available for this page.