aspnetcore/src
N. Taylor Mullen 09af7bb77b Change TagBuilder Attributes and HTML Helper dependencies to be case insensitive.
- This involved adding the StringComparer.OrdinalIgnoreCase comparer to the TagBuilder's Attributes dictionary.
- Added tests to validate that all methods that made use of TagBuilder.Attributes abide by the new ignore case mechanic.
- Added two sets of tests to validate the new functionality of Object => Dictionary HTML helper tests.
- Modified a functional test that utilizes HTML Helpers to provide same attribute-different case objects.
- Fixed existing HTML helper tests to account for new ordering of attrbutes (dictionary no longer adds key value pairs, it sets them).

#1328
2014-10-26 13:15:09 -07:00
..
Microsoft.AspNet.Mvc Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
Microsoft.AspNet.Mvc.Common
Microsoft.AspNet.Mvc.Core Change TagBuilder Attributes and HTML Helper dependencies to be case insensitive. 2014-10-26 13:15:09 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions
Microsoft.AspNet.Mvc.ModelBinding Changing NewtonSoft.Json version to 6.0.6 2014-10-24 01:16:32 -07:00
Microsoft.AspNet.Mvc.Razor
Microsoft.AspNet.Mvc.Razor.Host Reacting to System.Collections.Concurrent versioning change 2014-10-23 23:10:18 -07:00
Microsoft.AspNet.Mvc.TagHelpers
Microsoft.AspNet.Mvc.WebApiCompatShim Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00