Skip to main content
Microsoft.AspNetCore.Mvc.Core package icon

Microsoft.AspNetCore.Mvc.Core

ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. Commonly used types: Microsoft.AspNetCore.Mvc.AreaAttribute Microsoft.AspNetCore.Mvc.BindAttribute Microsoft.AspNetCore.Mvc.ControllerBase Microsoft.AspNetCore.Mvc.FromBodyAttribute Microsoft.AspNetCore.Mvc.FromFormAttribute Microsoft.AspNetCore.Mvc.RequireHttpsAttribute Microsoft.AspNetCore.Mvc.RouteAttribute

Total Downloads
1.1B
1,059,560,853
Published
Jun 9, 2026
Latest stable version

Install

.NET CLI
dotnet add package Microsoft.AspNetCore.Mvc.Core --version 2.3.11
Package Manager Console
Install-Package Microsoft.AspNetCore.Mvc.Core -Version 2.3.11
PackageReference
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.11" />

Frameworks

.NETStandard2.0

Dependencies