aspnetcore/src/Mvc
Pranav K baf7e6c4d6
Add support for optional FromBody parameters (#22634) (#23246)
* Add support for optional FromBody parameters (#22634)

* Add support for optional FromBody parameters

Fixes https://github.com/dotnet/aspnetcore/issues/6878

* Fixup nullable

* Changes per API review

* Fixup doc comment (#23229)
2020-06-23 08:06:14 -07:00
..
Mvc
Mvc.Abstractions Add support for optional FromBody parameters (#22634) (#23246) 2020-06-23 08:06:14 -07:00
Mvc.Analyzers
Mvc.Api.Analyzers
Mvc.ApiExplorer Add support for optional FromBody parameters (#22634) (#23246) 2020-06-23 08:06:14 -07:00
Mvc.Core Add support for optional FromBody parameters (#22634) (#23246) 2020-06-23 08:06:14 -07:00
Mvc.Cors
Mvc.DataAnnotations
Mvc.Formatters.Json
Mvc.Formatters.Xml Merge remote-tracking branch 'origin/release/3.1' 2020-06-11 15:52:06 -07:00
Mvc.Localization
Mvc.NewtonsoftJson Add an option to configure the NewtonsoftJson buffer size (#22735) 2020-06-15 19:07:26 +00:00
Mvc.Razor
Mvc.Razor.RuntimeCompilation Enable `/warnAsError` (#23072) 2020-06-18 15:59:34 -07:00
Mvc.RazorPages
Mvc.TagHelpers
Mvc.Testing/src Consume host resolver source package from dotnet/runtime (#22962) 2020-06-15 15:21:58 -07:00
Mvc.ViewFeatures
benchmarkapps
benchmarks
build
samples/MvcSandbox Upgrade jQuery in samples to version 3.5.1 (#21577) (#21792) 2020-06-10 09:59:29 -07:00
shared
test Add support for optional FromBody parameters (#22634) (#23246) 2020-06-23 08:06:14 -07:00
.editorconfig
.vsconfig
Directory.Build.props Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Mvc.sln
MvcNoDeps.slnf
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.