Microsoft.AspNetCore.WebUtilities
2.1.1
See the version list below for details.
Install-Package Microsoft.AspNetCore.WebUtilities -Version 2.1.1
dotnet add package Microsoft.AspNetCore.WebUtilities --version 2.1.1
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.1.1" />
paket add Microsoft.AspNetCore.WebUtilities --version 2.1.1
#r "nuget: Microsoft.AspNetCore.WebUtilities, 2.1.1"
// Install Microsoft.AspNetCore.WebUtilities as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.WebUtilities&version=2.1.1
// Install Microsoft.AspNetCore.WebUtilities as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.WebUtilities&version=2.1.1
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard2.0 netstandard2.1 |
| .NET Framework | net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen40 tizen60 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.Net.Http.Headers (>= 2.1.1)
- System.Text.Encodings.Web (>= 4.5.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.WebUtilities:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks. This package was built from the source code at https://github.com/aspnet/Antiforgery/tree/9e5146cff912ebbd003d597eb055144e740759fa |
|
|
Microsoft.AspNetCore.Http
ASP.NET Core default HTTP feature implementations. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489 |
|
|
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 This package was built from the source code at https://github.com/aspnet/Diagnostics/tree/c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa |
|
|
Microsoft.AspNetCore.Server.Kestrel.Core
Core components of ASP.NET Core Kestrel cross-platform web server. |
|
|
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. |