aspnetcore/src/Mvc
Doug Bunting 1d1d664ea1
Merge branch 'release/2.2' into master
- no-ops except for
  - Update PatchConfig.props (2835f85b6c)
  - Add some additional logging to ErrorPageMiddlewareWebSite (#8049) (aka 1ca6202e7e)
  - Put MVC's functional tests in a separate test group (#8118) (aka db3795b368)
- ignore the build queue (4f2a0edc97) change because we're not hitting Linux resource issues in `master` branch
- ignore baseline test changes (5661c41909 and d2a4435ac8) because they're not applicable in `master`
2019-03-18 12:36:01 -07:00
..
Extensions.ApiDescription.Design/src Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
GetDocumentInsider/src
Mvc Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Mvc.Abstractions Add missing doc comments (#8035) 2019-03-05 10:01:20 -08:00
Mvc.Analyzers Make IApiBehaviorMetadata public (#8410) 2019-03-11 14:25:45 -07:00
Mvc.Api.Analyzers Make IApiBehaviorMetadata public (#8410) 2019-03-11 14:25:45 -07:00
Mvc.ApiExplorer Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Mvc.Core Add friendly error message to UrlHelper for when there is no IRouter (#8145) 2019-03-15 10:14:07 -07:00
Mvc.Cors Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Mvc.DataAnnotations Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Mvc.Formatters.Json Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Mvc.Formatters.Xml Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Mvc.Localization Add missing doc comments (#8035) 2019-03-05 10:01:20 -08:00
Mvc.NewtonsoftJson Allow sync IO for NewtonsoftJsonOutputFormatter #8302 (#8303) 2019-03-07 19:11:35 -08:00
Mvc.Razor fixing possible NRE, when viewContext is null 2019-03-08 15:02:02 -08:00
Mvc.Razor.RuntimeCompilation Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Mvc.RazorPages Add fallback routing for controllers and pages 2019-03-06 09:48:07 -08:00
Mvc.TagHelpers Add docs for Microsoft.AspNetCore.Mvc.TagHelpers. 2019-02-27 15:42:38 -08:00
Mvc.Testing Merge branch 'master' into merge/release/3.0-preview3-to-master 2019-02-25 15:56:46 -08:00
Mvc.ViewFeatures Fix generated code (#7883) 2019-02-22 18:15:13 -08:00
benchmarkapps Using <FrameworkReference> in benchmark apps (#7957) 2019-02-27 10:27:01 -08:00
benchmarks
build
dotnet-getdocument/src
samples/MvcSandbox Add skeleton to use components + prerendering 2019-03-18 10:18:04 -07:00
shared
test Merge branch 'release/2.2' into master 2019-03-18 12:36:01 -07:00
.editorconfig
Directory.Build.props
Mvc.sln Fix #5055 use of page parameter (#7441) 2019-02-22 11:44:43 -08:00
MvcTests.ruleset
README.md
Settings.StyleCop
build.cmd
build.sh
buildWithProcDump.cmd
runWithProcDump.ps1
startvs.cmd

README.md

ASP.NET Core MVC

Note: For ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core), see https://github.com/aspnet/AspNetWebStack

Travis: Travis

ASP.NET Core 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 Core MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.

ASP.NET Core MVC 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.

See the ASP.NET Core MVC documentation.

Related community projects:

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.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.