How to Get URL Parameters from String in C# ? by @isenthil developerpublish.com
Assume that you have a string that contains the URL and you want to get the parameters from it in C#, You can easily do it using the static ParseQueryString method that is defined in the System.Web.HttpUtility namespace.
Report Story
Leave Your Comment