aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Doug Bunting 42f3e764b0 Move logic from `HtmlLocalizer` to `LocalizedHtmlString`
- part of #3123 (4 of 5)
- `LocalizedHtmlString` should not subclass `HtmlString`; now implements `IHtmlContent`

nits:
- clean up a few doc comments
- remove duplicate tests reported while testing these fixes in VS
2015-12-02 18:39:37 -08:00
..
Metadata Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
Validation Adds ActionContext to Validation contexts 2015-11-25 16:38:26 -08:00
ArrayModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
BinderTypeBasedModelBinderModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
CompositeModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
CompositeValueProviderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs
FormCollectionModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
FormFileModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
FormValueProviderFactoryTest.cs
FormValueProviderTest.cs
HeaderModelBinderTests.cs
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
KeyValuePairModelBinderTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
ModelBindingContextTest.cs
ModelBindingHelperTest.cs Adds ActionContext to Validation contexts 2015-11-25 16:38:26 -08:00
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs Move logic from `HtmlLocalizer` to `LocalizedHtmlString` 2015-12-02 18:39:37 -08:00
QueryStringValueProviderFactoryTest.cs Changes to use moq-netcore 2015-11-25 16:04:04 -08:00
QueryStringValueProviderTest.cs
ServicesModelBinderTest.cs
SimpleTypeModelBinderTest.cs
SimpleValueProvider.cs
TestValueProvider.cs