Microsoft.AspNetCore.Html.Abstractions 2.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Additional Details

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

dotnet add package Microsoft.AspNetCore.Html.Abstractions --version 2.2.0
NuGet\Install-Package Microsoft.AspNetCore.Html.Abstractions -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Html.Abstractions --version 2.2.0
#r "nuget: Microsoft.AspNetCore.Html.Abstractions, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNetCore.Html.Abstractions as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Html.Abstractions&version=2.2.0

// Install Microsoft.AspNetCore.Html.Abstractions as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Html.Abstractions&version=2.2.0

ASP.NET Core HTML abstractions used for building HTML content.
Commonly used types:
Microsoft.AspNetCore.Html.HtmlString
Microsoft.AspNetCore.Html.IHtmlContent

This package was built from the source code at https://github.com/aspnet/HtmlAbstractions/tree/6c5ca90d81f9013a8652da4c1752bd0b4d18e908

Product 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (157)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Html.Abstractions:

Package Downloads
Microsoft.AspNetCore.Razor The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Razor is a markup syntax for adding server-side logic to web pages. This package contains runtime components for rendering Razor pages and implementing tag helpers. Commonly used types: Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper This package was built from the source code at https://github.com/aspnet/Razor/tree/8ba0a894256e4b5c5385db9b5aac32fdbd046f3a

Microsoft.AspNetCore.Razor.Runtime The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Runtime infrastructure for rendering Razor pages and tag helpers. This package was built from the source code at https://github.com/aspnet/Razor/tree/8ba0a894256e4b5c5385db9b5aac32fdbd046f3a

Microsoft.AspNetCore.Mvc.ViewFeatures The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.AspNetCore.App The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

GitHub repositories (16)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.Html.Abstractions:

Repository Stars
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
peachpiecompiler/peachpie
PeachPie - the PHP compiler and runtime for .NET and .NET Core
toddams/RazorLight
Template engine based on Microsoft's Razor parsing engine for .NET Core
fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat
可能是全网最完整的 C# 版微信 SDK,封装全部已知的微信 API,包含微信公众平台(订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548。
Version Downloads Last updated
2.2.0 174,920,483 12/3/2018
2.2.0-preview3-35497 96,753 10/17/2018
2.2.0-preview2-35157 41,288 9/12/2018
2.2.0-preview1-35029 25,115 8/22/2018
2.1.1 32,009,960 6/18/2018
2.1.0 30,252,485 5/29/2018
2.1.0-rc1-final 172,486 5/6/2018
2.1.0-preview2-final 121,148 4/10/2018
2.1.0-preview1-final 132,979 2/26/2018
2.0.2 6,645,932 5/7/2018
2.0.1 6,875,741 3/13/2018
2.0.0 42,847,379 8/11/2017
2.0.0-preview2-final 98,768 6/27/2017
2.0.0-preview1-final 31,999 5/10/2017
1.1.2 5,370,882 5/9/2017
1.1.1 4,239,175 3/6/2017
1.1.0 2,460,650 11/16/2016
1.1.0-preview1-final 37,614 10/24/2016
1.0.3 905,136 5/9/2017
1.0.2 2,822,744 3/6/2017
1.0.1 566,900 12/12/2016
1.0.0 4,820,914 6/27/2016
1.0.0-rc2-final 176,513 5/16/2016