Info
Version: | 2.3.0 |
Author(s): | Microsoft |
Last Update: | Tuesday, January 14, 2025 |
.NET Fiddle: | Online Example |
Project Url: | https://asp.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.ViewFeatures |
Install
Install-Package Microsoft.AspNetCore.Mvc.ViewFeatures
dotnet add package Microsoft.AspNetCore.Mvc.ViewFeatures
paket add Microsoft.AspNetCore.Mvc.ViewFeatures
Microsoft.AspNetCore.Mvc.ViewFeatures Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.DataAnnotations(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.2.0)
- Microsoft.AspNetCore.Antiforgery(>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Html.Abstractions(>= 2.2.0)
- Microsoft.Extensions.WebEncoders(>= 2.2.0)
- Newtonsoft.Json.Bson(>= 1.0.1)
Tags
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.