Microsoft.AspNetCore.Mvc.ViewFeatures
1.0.0
Prefix Reserved
Advisory: https://github.com/advisories/GHSA-qhqf-ghgh-x2m4 | Severity: high |
Advisory: https://github.com/advisories/GHSA-6xh7-4v2w-36q6 | Severity: high |
Advisory: https://github.com/advisories/GHSA-j8f4-2w4p-mhjc | Severity: moderate |
Advisory: https://github.com/advisories/GHSA-ch6p-4jcm-h8vh | Severity: moderate |
This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Mvc.ViewFeatures --version 1.0.0
NuGet\Install-Package Microsoft.AspNetCore.Mvc.ViewFeatures -Version 1.0.0
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="1.0.0" />
paket add Microsoft.AspNetCore.Mvc.ViewFeatures --version 1.0.0
#r "nuget: Microsoft.AspNetCore.Mvc.ViewFeatures, 1.0.0"
// Install Microsoft.AspNetCore.Mvc.ViewFeatures as a Cake Addin #addin nuget:?package=Microsoft.AspNetCore.Mvc.ViewFeatures&version=1.0.0 // Install Microsoft.AspNetCore.Mvc.ViewFeatures as a Cake Tool #tool nuget:?package=Microsoft.AspNetCore.Mvc.ViewFeatures&version=1.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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.AspNetCore.Diagnostics.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Html.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Core (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.DataAnnotations (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 1.0.0)
- Microsoft.Extensions.WebEncoders (>= 1.0.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Buffers (>= 4.0.0)
-
.NETStandard 1.6
- Microsoft.AspNetCore.Antiforgery (>= 1.0.0)
- Microsoft.AspNetCore.Diagnostics.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Html.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Core (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.DataAnnotations (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 1.0.0)
- Microsoft.Extensions.WebEncoders (>= 1.0.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Buffers (>= 4.0.0)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
NuGet packages (702)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.ViewFeatures:
Package | Downloads |
---|---|
Microsoft.AspNetCore.Mvc.Razor
ASP.NET Core MVC Razor view engine for CSHTML files. |
|
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.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
SimpleInjector.Integration.AspNetCore.Mvc.ViewFeatures
Integration library for ASP.NET Core MVC view features for Simple Injector. This includes view component integration. |
GitHub repositories (43)
Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.ViewFeatures:
Repository | Stars |
---|---|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
|
|
aspnet/JavaScriptServices
[Archived] This repository has been archived
|
|
peachpiecompiler/peachpie
PeachPie - the PHP compiler and runtime for .NET and .NET Core
|
|
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
|
Version | Downloads | Last updated | |
---|---|---|---|
2.2.0 | 126,995,718 | 12/3/2018 | |
2.2.0-preview3-35497 | 91,603 | 10/17/2018 | |
2.2.0-preview2-35157 | 38,346 | 9/12/2018 | |
2.2.0-preview1-35029 | 23,508 | 8/22/2018 | |
2.1.3 | 25,635,260 | 10/1/2018 | |
2.1.2 | 8,329,107 | 8/21/2018 | |
2.1.1 | 17,465,652 | 6/18/2018 | |
2.1.0 | 28,877,316 | 5/29/2018 | |
2.1.0-rc1-final | 114,665 | 5/6/2018 | |
2.1.0-preview2-final | 134,204 | 4/10/2018 | |
2.1.0-preview1-final | 143,491 | 2/26/2018 | |
2.0.4 | 6,936,867 | 5/7/2018 | |
2.0.3 | 7,090,915 | 3/13/2018 | |
2.0.2 | 10,126,748 | 1/9/2018 | |
2.0.1 | 8,298,388 | 11/14/2017 | |
2.0.0 | 25,894,879 | 8/11/2017 | |
2.0.0-preview2-final | 100,932 | 6/27/2017 | |
2.0.0-preview1-final | 25,145 | 5/10/2017 | |
1.1.8 | 1,508,124 | 7/10/2018 | |
1.1.7 | 307,351 | 3/13/2018 | |
1.1.6 | 141,504 | 12/12/2017 | |
1.1.5 | 50,206 | 11/14/2017 | |
1.1.4 | 176,684 | 9/20/2017 | |
1.1.3 | 3,585,530 | 5/9/2017 | |
1.1.2 | 4,014,160 | 3/6/2017 | |
1.1.1 | 729,980 | 1/27/2017 | |
1.1.0 | 2,008,838 | 11/16/2016 | |
1.1.0-preview1-final | 27,301 | 10/24/2016 | |
1.0.6 | 779,074 | 11/14/2017 | |
1.0.5 | 15,892 | 9/20/2017 | |
1.0.4 | 134,845 | 5/9/2017 | |
1.0.3 | 2,998,393 | 3/6/2017 | |
1.0.2 | 525,316 | 12/12/2016 | |
1.0.1 | 1,069,125 | 9/13/2016 | |
1.0.0 | 4,241,726 | 6/27/2016 | |
1.0.0-rc2-final | 175,773 | 5/16/2016 |