aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Doug Bunting 517c013882 React to aspnet/Razor#89 fix
- use `IDictionary<string, TValue>` support in `<a/>` and `<form/>` tag helpers
 - make `RouteValues` dictionaries `IDictionary<string, string>` for ease of use
- remove `TagHelperOutputExtensions.FindPrefixedAttributes()`
- set all `GeneratedTagHelperContext` properties
- add error for tag helper dictionary properties where `TValue` is `ModelExpression`
- add new `RazorPage.InvalidTagHelperIndexerAssignment()` method and resource

tests
- use new `isIndexer` argument when creating `TagHelperAttributeDescriptor`
- arrange `AnchorTagHelper` and `FormTagHelper` correctly
 - also expect `routeValues != null` in calls to `IHtmlGenerator`

nits:
- get rid of some `foo` and `bar` gunk in tests
- remove unused variable to cleanup a test compilation warning
2015-05-20 22:07:19 -07:00
..
Metadata Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Validation Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
ArrayModelBinderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BinderTypeBasedModelBinderModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
BindingSourceModelBinderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BindingSourceValueProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BodyModelBinderTests.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
ByteArrayModelBinderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CancellationTokenModelBinderTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
CollectionModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
ComplexModelDtoTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CompositeModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
CompositeValueProviderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DictionaryBasedValueProviderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DictionaryModelBinderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ElementalValueProviderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FormCollectionModelBinderTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
FormFileModelBinderTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
FormValueProviderFactoryTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
HeaderModelBinderTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
KeyValuePairModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
ModelBindingContextTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingResultTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MutableObjectModelBinderTest.cs React to aspnet/Razor#89 fix 2015-05-20 22:07:19 -07:00
QueryStringValueProviderFactoryTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ReadableStringCollectionValueProviderTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
SimpleHttpValueProvider.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestResources.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestValueProvider.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TypeConverterModelBinderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TypeMatchModelBinderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ValidationAttributeUtil.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00