Microsoft.AspNet.Mvc
5.2.7
This package contains the runtime assemblies for 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 that gives you full control over markup.
Install-Package Microsoft.AspNet.Mvc -Version 5.2.7
dotnet add package Microsoft.AspNet.Mvc --version 5.2.7
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.Mvc --version 5.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNet.Mvc, 5.2.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.Mvc as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.Mvc&version=5.2.7
// Install Microsoft.AspNet.Mvc as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.Mvc&version=5.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Microsoft.AspNet.Razor (>= 3.2.7 && < 3.3.0)
- Microsoft.AspNet.WebPages (>= 3.2.7 && < 3.3.0)
Used By
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.Mvc:
| Package | Downloads |
|---|---|
|
Microsoft.ApplicationInsights.AspNet
Application Insights for ASP.NET 5 web applications. See http://go.microsoft.com/fwlink/?LinkID=510752 for more information.
|
|
|
Autofac.Mvc5
ASP.NET MVC 5 Integration for Autofac
|
|
|
Microsoft.AspNet.Mvc.de
Dieses Paket enthält die deutschen Satellitenassemblys für ASP.NET MVC.
|
|
|
MvcHaack.Ajax.MVC4
See MvcHaack.Ajax package description
|
|
|
jQueryUIHelpers.Mvc5
Speed up your work by using these HTML helpers to integrate jQuery UI into your ASP.NET MVC 5 application. Requires the .NET Framework 4.5 and ASP.NET MVC5.
|