aspnetcore/test/WebSites
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
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite Change TagBuilder Attributes and HTML Helper dependencies to be case insensitive. 2014-10-26 13:15:09 -07:00
ApiExplorerWebSite Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
ApplicationModelWebSite Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite
FilesWebSite
FiltersWebSite
FormatterWebSite Removing BodyParameterInfo and ParameterBindingInfo 2014-10-17 20:47:20 -07:00
InlineConstraintsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Adding functional tests to verify round tripping of names generated by 2014-10-23 10:12:02 -07:00
RazorInstrumentationWebsite
RazorWebSite
RoutingWebSite
TagHelpersWebSite
UrlHelperWebSite
ValueProvidersSite Issue #220 - Flags enum does not bind 2014-10-22 13:55:28 -07:00
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite
XmlSerializerWebSite