Microsoft.AspNetCore.Mvc.ViewFeatures
2.2.0
Install-Package Microsoft.AspNetCore.Mvc.ViewFeatures -Version 2.2.0
dotnet add package Microsoft.AspNetCore.Mvc.ViewFeatures --version 2.2.0
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />
paket add Microsoft.AspNetCore.Mvc.ViewFeatures --version 2.2.0
#r "nuget: Microsoft.AspNetCore.Mvc.ViewFeatures, 2.2.0"
// Install Microsoft.AspNetCore.Mvc.ViewFeatures as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Mvc.ViewFeatures&version=2.2.0
// Install Microsoft.AspNetCore.Mvc.ViewFeatures as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Mvc.ViewFeatures&version=2.2.0
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers.
Commonly used types:
Microsoft.AspNetCore.Mvc.Controller
Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute
Microsoft.AspNetCore.Mvc.ViewComponent
This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard2.0 netstandard2.1 |
| .NET Framework | net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen40 tizen60 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Antiforgery (>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Html.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.DataAnnotations (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.Extensions.WebEncoders (>= 2.2.0)
- Newtonsoft.Json.Bson (>= 1.0.1)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.ViewFeatures:
| Package | Downloads |
|---|---|
|
DevExpress.AspNetCore.Core
ASP.NET Core Control library renders Bootstrap-powered markup so you can build modern adaptive web applications that work across multiple target platforms. |
|
|
Microsoft.AspNetCore.Mvc
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |
|
|
Microsoft.AspNetCore.Mvc.Razor
ASP.NET Core MVC Razor view engine for CSHTML files. |
|
|
DevExpress.AspNetCore.Spreadsheet
ASP.NET Core Spreadsheet is an Excel-inspired control that allows you to introduce spreadsheet functionality to your application. |
|
|
Microsoft.AspNetCore.SpaServices
Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/aspnet/javascriptservices/tree/7819c2f95024e3b9bc4868b9c55f9ad00ec103f7 |