- #4116 - generalize rules for `ModelMetadata` creation; minimize metadata changes when Model is updated - down to a single special case in VDD for `Nullable<T>` - note existing functional tests did not need to change - remove `ViewDataDictionary(ViewDataDictionary, object)` constructor; use `new VDD<object>(source, model)` - allow all `Model` assignments in a view component - copy-constructed VDD in `ViewComponentContext` previously preserved the source's declared type nits: - do not call `virtual SetModel()` method from constructor; now mostly redundant - logic in copy constructor and `SetModel()` is consistent but different enough to keep code separate - add some missing doc comments - fix doc comment property versus type confusion; never need to specify `ViewDataDictionary.` prefix - fix a few `TemplateBuilder` comments and remove unnecessary `model: null` argument to VDD constructor |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE.txt | ||
| Mvc.NoFun.sln | ||
| Mvc.sln | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| Settings.StyleCop | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| global.json | ||
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 Core 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.
Related community projects:
- AspNet.Mvc.TypedRouting: A collection of extension methods providing strongly typed routing and link generation for ASP.NET MVC projects.
- ASP.NET MVC Boilerplate: Rich templates for ASP.NET MVC.
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.