Microsoft.AspNetCore.Mvc.ViewFeatures
2.0.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
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNetCore.Mvc.ViewFeatures -Version 2.0.0
dotnet add package Microsoft.AspNetCore.Mvc.ViewFeatures --version 2.0.0
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Mvc.ViewFeatures --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Mvc.ViewFeatures, 2.0.0"
#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.AspNetCore.Mvc.ViewFeatures as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Mvc.ViewFeatures&version=2.0.0
// Install Microsoft.AspNetCore.Mvc.ViewFeatures as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Mvc.ViewFeatures&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Antiforgery (>= 2.0.0)
- Microsoft.AspNetCore.Diagnostics.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Html.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.DataAnnotations (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.0.0)
- Microsoft.Extensions.WebEncoders (>= 2.0.0)
- Newtonsoft.Json.Bson (>= 1.0.1)
Used By
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
|