Microsoft.AspNet.Mvc
Metadata
| Authors | Microsoft |
|---|---|
| Description | 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. |
| Language | en-US |
| LicenseUrl | http://www.microsoft.com/web/webpi/eula/MVC_4_eula_ENU.htm |
| Owners | Microsoft |
| ProjectUrl | http://www.asp.net/mvc |
| RequireLicenseAcceptance | True |
| Tags | Microsoft AspNet Mvc AspNetMvc |
| Dependencies | Microsoft.AspNet.WebPages:[2.0.20710.0, 2.1)|Microsoft.AspNet.Razor:[2.0.20710.0, 2.1) |
| Title | Microsoft ASP.NET MVC 4 |
| PackageSize | 1151370 |
| PackageHashAlgorithm | SHA512 |
| PackageHash | TUv71+E5r0saFGB31KpPj6064T4k0qjs7g7xObY4wFp7thXOz2h1uF8mn8OZnyJf4AFuHeqxZ44fqr7952+NyQ== |
| DownloadCount | 000000 |
| CreatedDate | 2012-10-15T18:21:11 |
Access
You can access data for this project using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install Microsoft.AspNet.Mvc -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install Microsoft.AspNet.Mvc -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
NuGet (Package Manager Console)
- Installing the package (search all configured feeds):
-
Install-Package Microsoft.AspNet.Mvc
- Installing the package (HTTP Basic authentication):
-
Install-Package Microsoft.AspNet.Mvc -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package Microsoft.AspNet.Mvc -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Uinstalling the package:
-
Uninstall-Package Microsoft.AspNet.Mvc
OpenWrap
- Installing the package:
-
o add-wrap Microsoft.AspNet.Mvc
- Uninstalling the package:
-
o remove-wrap Microsoft.AspNet.Mvc
Versions
A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

