Showing posts with label uri. Show all posts
Showing posts with label uri. Show all posts

Thursday, April 23, 2015

Add / Get Query Value from Uri Extension Method

Needed to pull some code from an older project that had an interesting utility. It had extension methods for adding and retrieving values from a Uri query string.

 I thought that was neat so I wrote my own version.