Info
Version: | 1.0.1 |
Author(s): | lotuspro, Shimmy |
Last Update: | Thursday, November 1, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.codeproject.com/Articles/11041/A-useful-UrlBuilder-class |
NuGet Url: | https://www.nuget.org/packages/UriQueryBuilder |
Install
Install-Package UriQueryBuilder
dotnet add package UriQueryBuilder
paket add UriQueryBuilder
UriQueryBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The .NET Framework has generously provided many classes to help us simplify the problem, but after all my searching, the one thing I found missing from the framework was a way to easily work with QueryString parameters.