- use valid `multipart/form-data` content type; include a `boundary` - correct expectations of `FormCollection` model binder's operation - restore tests actually skipped for either of the above reasons - add more tests with `ModelBindingResult.Model==null` and both `IsModelSet` values #### Remove test references to Won't Fix bug #2473 - restore #2473 tests; update test expectations - expect `null` composite results whenever binding fails #### Restore test skipped due to "#2646" - that issue does not exist; was likely #2466 or similar fixed bug #### Rename model binding tests that still mention ReturnsFalse or ReturnsTrue #### Minor src changes - remove unused variable and unnecessary nesting in `DefaultControllerActionArgumentBinder` - remove dangling mention of `[DefaultValue]` in `ComplexModelDtoModelBinder` #### nits: - remove empty delegates from some `GetOperationBindingContext` calls; `null` fine - do some `using` cleanup - combine two test methods in `KeyValuePairModelBinderTest` - name a few more arguments |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE.txt | ||
| Mvc.NoFun.sln | ||
| Mvc.sln | ||
| NuGet.Config | ||
| README.md | ||
| Settings.StyleCop | ||
| appveyor.yml | ||
| build.cmd | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||
README.md
ASP.NET MVC
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development. ASP.NET MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.
ASP.NET MVC in ASP.NET 5 includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process.
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.