Back to Practical Aspnetcore

Parse raw query string

projects/web-utilities/web-utilities-query-helpers-2/README.md

latest173 B
Original Source

Parse raw query string

QueryHelpers.ParseQuery (from Microsoft.AspNetCore.WebUtilities) allows you to parse a raw query string and access individual key and values.