Multiple choice .net Where does the query string store information? HTML source Text file URL Both a and b. All of the above. Reveal answer Fill a bubble to check yourself C Correct answer Explanation Query string data is appended to the URL after the ? character. You can see it in the browser address bar. This makes it visible and bookmarkable, but unsuitable for sensitive information.