aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
Doug Bunting 26a14a25ab Support overrides for client-side validation messages
- #2969
- `RemoteAttribute` did not support `IStringLocalizer` overrides
 - use same `MvcDataAnnotationsLocalizationOptions` property as for other `ValidationAttribute`s
- error message `NumericClientModelValidator` added could not be overridden
 - not related to `IStringLocalizer` because users have no way to set the resource lookup key
 - extend `IModelBindingMessageProvider` to add the necessary `Func<,>`
- also correct problem using resources with `RemoteAttribute` and add lots of tests
2016-01-29 11:23:57 -08:00
..
Internal
Properties Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
Rendering Added caching for client model validators 2016-01-29 10:40:41 -08:00
ViewComponents
ViewEngines
ViewFeatures Added caching for client model validators 2016-01-29 10:40:41 -08:00
ControllerTest.cs
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj
ModelStateDictionaryExtensionsTest.cs
RemoteAttributeTest.cs Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
Resources.resx Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
SkipStatusCodePagesAttributeTest.cs
ViewBufferTextWriterTest.cs
ViewComponentResultTest.cs
ViewComponentTests.cs
ViewResultTest.cs
project.json