Microsoft.AspNetCore.WebUtilities 2.1.0-preview1-final

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

This is a prerelease version of Microsoft.AspNetCore.WebUtilities.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.WebUtilities --version 2.1.0-preview1-final
                    
NuGet\Install-Package Microsoft.AspNetCore.WebUtilities -Version 2.1.0-preview1-final
                    
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.WebUtilities" Version="2.1.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.WebUtilities" Version="2.1.0-preview1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" />
                    
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 Microsoft.AspNetCore.WebUtilities --version 2.1.0-preview1-final
                    
#r "nuget: Microsoft.AspNetCore.WebUtilities, 2.1.0-preview1-final"
                    
#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=Microsoft.AspNetCore.WebUtilities&version=2.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.WebUtilities as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.WebUtilities&version=2.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.WebUtilities as a Cake Tool

ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 (671)

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

Package Downloads
Microsoft.AspNetCore.Http

ASP.NET Core default HTTP feature implementations.

Microsoft.AspNetCore.Antiforgery

An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.

Microsoft.AspNetCore.Server.Kestrel.Core

Core components of ASP.NET Core Kestrel cross-platform web server.

Microsoft.AspNetCore.Diagnostics

ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware

Microsoft.AspNetCore.Mvc.WebApiCompatShim

Provides compatibility in ASP.NET Core MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations. Commonly used types: System.Web.Http.ApiController

GitHub repositories (102)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.WebUtilities:

Repository Stars
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.
Jackett/Jackett
API Support for your favorite torrent trackers
chocolatey/choco
Chocolatey - the package manager for Windows
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
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.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
hardkoded/puppeteer-sharp
Headless Chrome .NET API
stevencohn/OneMore
A OneNote add-in with simple, yet powerful and useful features
aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
WalletWasabi/WalletWasabi
Open-source, non-custodial, privacy preserving Bitcoin wallet for Windows, Linux, and Mac.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
CoreWCF/CoreWCF
Main repository for the Core WCF project
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
Version Downloads Last updated
10.0.0-preview.3.25172.1 1,238 4/10/2025
10.0.0-preview.2.25164.1 805 3/18/2025
10.0.0-preview.1.25120.3 1,176 2/25/2025
9.0.4 74,059 4/8/2025
9.0.3 143,587 3/11/2025
9.0.2 370,985 2/11/2025
9.0.1 228,964 1/14/2025
9.0.0 734,878 11/12/2024
9.0.0-rc.2.24474.3 32,554 10/8/2024
9.0.0-rc.1.24452.1 29,071 9/10/2024
9.0.0-preview.7.24406.2 1,261 8/13/2024
9.0.0-preview.6.24328.4 905 7/9/2024
9.0.0-preview.5.24306.11 1,019 6/11/2024
9.0.0-preview.4.24267.6 807 5/21/2024
9.0.0-preview.3.24172.13 1,372 4/11/2024
9.0.0-preview.2.24128.4 1,062 3/12/2024
9.0.0-preview.1.24081.5 880 2/13/2024
8.0.15 46,152 4/8/2025
8.0.14 142,495 3/11/2025
8.0.13 198,412 2/11/2025
8.0.12 282,173 1/14/2025
8.0.11 810,938 11/12/2024
8.0.10 1,141,622 10/8/2024
8.0.8 1,506,925 8/13/2024
8.0.7 1,069,554 7/9/2024
8.0.6 1,456,825 5/28/2024
8.0.5 408,849 5/14/2024
8.0.4 1,247,559 4/9/2024
8.0.3 662,333 3/12/2024
8.0.2 749,648 2/13/2024
8.0.1 879,314 1/9/2024
8.0.0 3,656,735 11/14/2023
8.0.0-rc.2.23480.2 144,967 10/10/2023
8.0.0-rc.1.23421.29 4,211 9/12/2023
8.0.0-preview.7.23375.9 1,688 8/8/2023
8.0.0-preview.6.23329.11 2,284 7/11/2023
8.0.0-preview.5.23302.2 1,361 6/13/2023
2.3.0 5,785,686 1/14/2025
2.2.0 619,199,582 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 227,045 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 187,352 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 102,838 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 320,250,170 6/18/2018
2.1.0 148,072,345 5/29/2018
2.1.0-rc1-final 361,618 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 608,619 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 393,060 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 11,597,643 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 28,696,730 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 32,840,972 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 134,161,545 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 168,393 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 77,928 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 29,766,770 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 8,602,426 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 8,589,301 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 88,344 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.4 14,903,445 11/14/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 30,634,605 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 80,421,256 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 3,529,745 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 39,807,698 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 1,973,431 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.