Skip to content

Instantly share code, notes, and snippets.

View safakgur's full-sized avatar

Şafak Gür safakgur

View GitHub Profile
@safakgur
safakgur / UriHelpers.WithQuery.cs
Last active March 9, 2024 19:33
A URI extension to set query strings using anonymous objects.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Web;
public static class UriHelpers