Top "Query-string" questions

The part of a URL after the ? (question mark), containing parameter=value pairs separated by & (ampersand).

Are query string keys case sensitive?

Suppose I have a url like this: http://www.example.com?key=123&KEY=198 Then what will be result of …

http url uri query-string request.querystring
MVC3 Url.Action querystring generation

I am trying to generate an url for an MVC 3 action within javascript environment (in a cshtml file). <script …

asp.net-mvc asp.net-mvc-3 url razor query-string
Pass Array into ASP.NET Core Route Query String

I want to do this, but I want to also be able to pass in arrays into the query string. …

c# asp.net-core query-string
Optional query string parameters in URITemplate in WCF?

I'm developing some RESTful services in WCF 4.0. I've got a method as below: [OperationContract] [WebGet(UriTemplate = "Test?format=XML&…

wcf query-string uri uritemplate
URL with multiple parameters as a query string in ASP.NET

In ASP.NET, I build a string redirectURL to redirect to ADFS form with multiple query string parameters. One such …

c# asp.net escaping query-string adfs
Easiest way to parse "querystring" formatted data

With the following code: string q = "userID=16555&gameID=60&score=4542.122&time=343114"; What would be the easiest way to …

c# asp.net query-string postdata
How do I process GET query string URL parameters in backing bean on page load?

I've read how to send parameters using JSF but what if the user types their companyId in the URL when …

jsf jsf-2 query-string managed-bean http-request-parameters
Best Practices for Passing Data Between Pages

The Problem In the stack that we re-use between projects, we are putting a little bit too much data in …

asp.net encryption query-string webforms
ASP.NET MVC: url routing vs querystring

I have a page routed like /Comments/Search/3 where i search and display all the comments of the thread "3". I'm …

asp.net-mvc routing query-string
Truncating Query String & Returning Clean URL C# ASP.net

I would like to take the original URL, truncate the query string parameters, and return a cleaned up version of …

c# asp.net url query-string truncate