Pranav K 12c016567c Reject control characters in IsLocalUrl check (#25378) 5 лет назад
..
Mvc 512a49c401 Add support for model binding DateTime as UTC (#24893) 5 лет назад
Mvc.Abstractions 0ebd5f040b Merge pull request #25277 from dotnet/prkrishn/nullability-feedback 5 лет назад
Mvc.Analyzers 60cb3bb5c4 Fix warnings in analyzer packages (#24837) 5 лет назад
Mvc.Api.Analyzers 60cb3bb5c4 Fix warnings in analyzer packages (#24837) 5 лет назад
Mvc.ApiExplorer 918d953767 Use Microsoft.CodeAnalysis.PublicApiAnalyzers (#24188) 5 лет назад
Mvc.Core 12c016567c Reject control characters in IsLocalUrl check (#25378) 5 лет назад
Mvc.Cors 918d953767 Use Microsoft.CodeAnalysis.PublicApiAnalyzers (#24188) 5 лет назад
Mvc.DataAnnotations 3ea1fc7aac Merge pull request #24258 from dotnet-maestro-bot/merge/release/5.0-preview8-to-master 5 лет назад
Mvc.Formatters.Json 918d953767 Use Microsoft.CodeAnalysis.PublicApiAnalyzers (#24188) 5 лет назад
Mvc.Formatters.Xml 1f5149a663 Implement CopyToAsync in the FileBufferingReadStream (#24499) 5 лет назад
Mvc.Localization 918d953767 Use Microsoft.CodeAnalysis.PublicApiAnalyzers (#24188) 5 лет назад
Mvc.NewtonsoftJson 918d953767 Use Microsoft.CodeAnalysis.PublicApiAnalyzers (#24188) 5 лет назад
Mvc.Razor bbf7c8780c Clean up some usage of SHA1 and SHA256 in the code base (#24696) 5 лет назад
Mvc.Razor.RuntimeCompilation b22512de0e Right-size Lists when created (#23714) 5 лет назад
Mvc.RazorPages bb62621f37 Add guard checks to PageLoaderMatcherPolicy when loader returns asynchronously (#25370) 5 лет назад
Mvc.TagHelpers 402dc41d33 [Blazor] Render Blazor Webassembly components from MVC (#25203) 5 лет назад
Mvc.Testing f52077f599 [master] Update dependencies from dotnet/runtime dotnet/efcore (#24496) 5 лет назад
Mvc.ViewFeatures 402dc41d33 [Blazor] Render Blazor Webassembly components from MVC (#25203) 5 лет назад
benchmarkapps 7f4b846e9f Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 5 лет назад
benchmarks 7f4b846e9f Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 5 лет назад
build 7f17d095d8 Convert Mvc to use Reference (#6047) 7 лет назад
samples 7f4b846e9f Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 5 лет назад
shared cdae83efae Use the declared type to infer NullableContextOptions (#15134) 6 лет назад
test 7686c0b4e7 Record type follow ups: (#25218) 5 лет назад
.editorconfig 1da13e6501 Enable FxCop Analyzers for the repo (#23709) 5 лет назад
.vsconfig f34033a415 Add .vsconfig files in root and beside slns 6 лет назад
Directory.Build.props c4c6e25a06 Add missing doc files and cleanup nits (#22931) 5 лет назад
Mvc.slnf 3117f43c33 Migrate to single sln file + slnf files (#23581) 5 лет назад
MvcNoDeps.slnf 3117f43c33 Migrate to single sln file + slnf files (#23581) 5 лет назад
MvcTests.ruleset 4cceccd568 Make Mvc repo folder layout consistent (#7518) 7 лет назад
README.md cf9e459da7 Add link to ASP.NET API Versioning project 7 лет назад
Settings.StyleCop f4578f127c Reorganize source code in preparation to move into aspnet/AspNetCore 7 лет назад
build.cmd 41ce223c1c Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 6 лет назад
build.sh 08dd1cd0ea Fix build.cmd/sh for src/Mvc (#6208) 7 лет назад
buildWithProcDump.cmd a6b473dc2c Reorganize source code in preparation to move into aspnet/AspNetCore 7 лет назад
runWithProcDump.ps1 a9132ad26c Switch agent queues used during Windows builds 7 лет назад
startvs.cmd 3117f43c33 Migrate to single sln file + slnf files (#23581) 5 лет назад

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.