netfx-System.Net.Http.HttpNameValueCollection
1.1.0
dotnet add package netfx-System.Net.Http.HttpNameValueCollection --version 1.1.0
NuGet\Install-Package netfx-System.Net.Http.HttpNameValueCollection -Version 1.1.0
<PackageReference Include="netfx-System.Net.Http.HttpNameValueCollection" Version="1.1.0" />
paket add netfx-System.Net.Http.HttpNameValueCollection --version 1.1.0
#r "nuget: netfx-System.Net.Http.HttpNameValueCollection, 1.1.0"
// Install netfx-System.Net.Http.HttpNameValueCollection as a Cake Addin #addin nuget:?package=netfx-System.Net.Http.HttpNameValueCollection&version=1.1.0 // Install netfx-System.Net.Http.HttpNameValueCollection as a Cake Tool #tool nuget:?package=netfx-System.Net.Http.HttpNameValueCollection&version=1.1.0
A simpler NameValueCollection-derived class that uses HTTP query string semantics and renders to a query string when ToString is invoked.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on netfx-System.Net.Http.HttpNameValueCollection:
Package | Downloads |
---|---|
netfx-System.Net.Http.HttpEntityClient
Strong-typed Linq to Web API. Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client .Query<Product>("products") .OrderBy(x => x.Downloads) .Skip(25) .Take(25) .ToList(); |
GitHub repositories
This package is not used by any popular GitHub repositories.