System.Text.Encodings.Web 4.0.0-beta-23409

Prefix Reserved
This is a prerelease version of System.Text.Encodings.Web.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.0 or higher.

dotnet add package System.Text.Encodings.Web --version 4.0.0-beta-23409
                    
NuGet\Install-Package System.Text.Encodings.Web -Version 4.0.0-beta-23409
                    
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="System.Text.Encodings.Web" Version="4.0.0-beta-23409" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Text.Encodings.Web" Version="4.0.0-beta-23409" />
                    
Directory.Packages.props
<PackageReference Include="System.Text.Encodings.Web" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Text.Encodings.Web --version 4.0.0-beta-23409
                    
#r "nuget: System.Text.Encodings.Web, 4.0.0-beta-23409"
                    
#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.
#addin nuget:?package=System.Text.Encodings.Web&version=4.0.0-beta-23409&prerelease
                    
Install System.Text.Encodings.Web as a Cake Addin
#tool nuget:?package=System.Text.Encodings.Web&version=4.0.0-beta-23409&prerelease
                    
Install System.Text.Encodings.Web as a Cake Tool

Html, Uri, and JavaScript encoding library.

Commonly Used Types:
System.Text.Encodings.Web.HtmlEncoder
System.Text.Encodings.Web.UrlEncoder
System.Text.Encodings.Web.JavaScriptEncoder

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.5K)

Showing the top 5 NuGet packages that depend on System.Text.Encodings.Web:

Package Downloads
System.Text.Json

Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.

Microsoft.Extensions.DependencyModel

Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.

Azure.Core

This is the implementation of the Azure Client Pipeline

Microsoft.AspNetCore.Http.Abstractions

ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse

Microsoft.Data.SqlClient

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

GitHub repositories (281)

Showing the top 20 popular GitHub repositories that depend on System.Text.Encodings.Web:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
chocolatey/choco
Chocolatey - the package manager for Windows
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
ThreeMammals/Ocelot
.NET API Gateway
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
ravendb/ravendb
ACID Document Database
GlitchEnzo/NuGetForUnity
A NuGet Package Manager for Unity
hardkoded/puppeteer-sharp
Headless Chrome .NET API
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
Version Downloads Last updated
10.0.0-preview.3.25171.5 9,827 4/10/2025
10.0.0-preview.2.25163.2 24,515 3/18/2025
10.0.0-preview.1.25080.5 30,761 2/25/2025
9.0.4 786,097 4/8/2025
9.0.3 2,848,608 3/11/2025
9.0.2 4,535,639 2/11/2025
9.0.1 6,042,934 1/14/2025
9.0.0 19,666,727 11/12/2024
9.0.0-rc.2.24473.5 1,057,262 10/8/2024
9.0.0-rc.1.24431.7 161,952 9/10/2024
9.0.0-preview.7.24405.7 187,005 8/13/2024
9.0.0-preview.6.24327.7 211,841 7/9/2024
9.0.0-preview.5.24306.7 155,420 6/11/2024
9.0.0-preview.4.24266.19 116,670 5/21/2024
9.0.0-preview.3.24172.9 240,595 4/11/2024
9.0.0-preview.2.24128.5 137,394 3/12/2024
9.0.0-preview.1.24080.9 168,464 2/13/2024
8.0.0 271,105,176 11/14/2023
8.0.0-rc.2.23479.6 2,070,810 10/10/2023
8.0.0-rc.1.23419.4 567,916 9/12/2023
8.0.0-preview.7.23375.6 598,381 8/8/2023
8.0.0-preview.6.23329.7 338,670 7/11/2023
8.0.0-preview.5.23280.8 286,372 6/13/2023
8.0.0-preview.4.23259.5 525,661 5/16/2023
8.0.0-preview.3.23174.8 488,039 4/11/2023
8.0.0-preview.2.23128.3 518,730 3/14/2023
8.0.0-preview.1.23110.8 272,842 2/21/2023
7.0.0 309,529,139 11/7/2022
7.0.0-rc.2.22472.3 343,626 10/11/2022
7.0.0-rc.1.22426.10 313,472 9/14/2022
7.0.0-preview.7.22375.6 309,592 8/9/2022
7.0.0-preview.6.22324.4 163,313 7/12/2022
7.0.0-preview.5.22301.12 106,546 6/14/2022
7.0.0-preview.4.22229.4 160,355 5/10/2022
7.0.0-preview.3.22175.4 133,439 4/13/2022
7.0.0-preview.2.22152.2 105,740 3/14/2022
7.0.0-preview.1.22076.8 93,849 2/17/2022
6.0.1 1,482,721 11/12/2024
6.0.0 674,861,703 11/8/2021
6.0.0-rc.2.21480.5 626,245 10/12/2021
6.0.0-rc.1.21451.13 462,389 9/14/2021
6.0.0-preview.7.21377.19 135,114 8/10/2021
6.0.0-preview.6.21352.12 104,754 7/14/2021
6.0.0-preview.5.21301.5 131,290 6/15/2021
6.0.0-preview.4.21253.7 106,504 5/24/2021
6.0.0-preview.3.21201.4 336,113 4/8/2021
6.0.0-preview.2.21154.6 181,776 3/11/2021
6.0.0-preview.1.21102.12 102,825 2/12/2021
5.0.1 139,550,192 3/9/2021 5.0.1 is deprecated because it is no longer maintained.
5.0.0 75,243,079 11/9/2020 5.0.0 is deprecated because it is no longer maintained; 5.0.0 has at least one vulnerability with critical severity.
5.0.0-rc.2.20475.5 120,889 10/13/2020
5.0.0-rc.1.20451.14 206,516 9/14/2020
5.0.0-preview.8.20407.11 104,631 8/25/2020
5.0.0-preview.7.20364.11 184,275 7/21/2020
5.0.0-preview.6.20305.6 82,626 6/25/2020
5.0.0-preview.5.20278.1 88,619 6/10/2020
5.0.0-preview.4.20251.6 165,140 5/18/2020
5.0.0-preview.3.20214.6 313,344 4/23/2020
5.0.0-preview.2.20160.6 163,952 4/2/2020
5.0.0-preview.1.20120.5 96,976 3/16/2020
4.7.2 626,250,864 3/9/2021
4.7.1 86,791,952 5/12/2020 4.7.1 has at least one vulnerability with critical severity.
4.7.0 81,736,730 12/3/2019 4.7.0 has at least one vulnerability with critical severity.
4.7.0-preview3.19551.4 310,112 11/13/2019 4.7.0-preview3.19551.4 has at least one vulnerability with critical severity.
4.7.0-preview2.19523.17 59,526 11/1/2019 4.7.0-preview2.19523.17 has at least one vulnerability with critical severity.
4.7.0-preview1.19504.10 98,502 10/15/2019 4.7.0-preview1.19504.10 has at least one vulnerability with critical severity.
4.6.0 104,281,930 9/23/2019 4.6.0 has at least one vulnerability with critical severity.
4.6.0-rc1.19456.4 83,312 9/16/2019
4.6.0-preview9.19421.4 155,398 9/4/2019
4.6.0-preview9.19416.11 2,426 9/4/2019
4.6.0-preview8.19405.3 112,803 8/13/2019
4.6.0-preview7.19362.9 5,480 7/23/2019
4.6.0-preview6.19303.8 7,087 6/12/2019
4.6.0-preview6.19264.9 2,512 9/4/2019
4.6.0-preview5.19224.8 3,372 5/6/2019
4.6.0-preview4.19212.13 2,688 4/18/2019
4.6.0-preview3.19128.7 11,235 3/6/2019
4.6.0-preview.19073.11 10,321 1/29/2019
4.6.0-preview.18571.3 8,659 12/3/2018
4.5.1 102,280,549 3/9/2021
4.5.0 856,139,598 5/29/2018 4.5.0 has at least one vulnerability with critical severity.
4.5.0-rc1 505,642 5/6/2018 4.5.0-rc1 has at least one vulnerability with critical severity.
4.5.0-preview2-26406-04 708,205 4/10/2018 4.5.0-preview2-26406-04 has at least one vulnerability with critical severity.
4.5.0-preview1-26216-02 618,727 2/26/2018 4.5.0-preview1-26216-02 has at least one vulnerability with critical severity.
4.4.0 246,376,369 8/11/2017 4.4.0 has at least one vulnerability with critical severity.
4.4.0-preview2-25405-01 199,307 6/27/2017 4.4.0-preview2-25405-01 has at least one vulnerability with critical severity.
4.4.0-preview1-25305-02 11,417 5/9/2017 4.4.0-preview1-25305-02 has at least one vulnerability with critical severity.
4.3.1 74,651,982 5/9/2017 4.3.1 has at least one vulnerability with critical severity.
4.3.0 30,065,591 11/15/2016 4.3.0 has at least one vulnerability with critical severity.
4.3.0-preview1-24530-04 207,574 10/24/2016 4.3.0-preview1-24530-04 has at least one vulnerability with critical severity.
4.0.1 47,764,742 5/9/2017 4.0.1 has at least one vulnerability with critical severity.
4.0.0 78,306,085 6/27/2016 4.0.0 has at least one vulnerability with critical severity.
4.0.0-rc2-24027 2,185,312 5/16/2016
4.0.0-beta-23516 7,119 11/18/2015
4.0.0-beta-23409 6,601 10/15/2015