aspnetcore/test/Microsoft.AspNet.Mvc.TestCo...
Harsh Gupta c67236141b Fixes 2304:
The fix splits client validation and model validation into two separate hierarchies.
Introduced ClientModelValidatorProvider in MvcOptions, which can be iterated to produce IClientModelValidators.
As a result of this, HtmlGenerator code can be free of ActionBindingContext and directly consumes options.
This also means that we do not modify the client validations during resource filters.
2015-04-15 14:30:46 -07:00
..
Microsoft.AspNet.Mvc.TestCommon.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
TestClientModelValidatorProvider.cs Fixes 2304: 2015-04-15 14:30:46 -07:00
TestFileInfo.cs
TestFileProvider.cs
TestFileTrigger.cs
TestHtmlEncoder.cs MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
TestJavaScriptEncoder.cs MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
TestModelMetadataProvider.cs
TestModelValidatorProvider.cs
TestUrlEncoder.cs MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
project.json