J
Jeff
ASP.NET 2.0
I'm wondering how I can get a specific parameter in the query string in a
url. I have this url in my website:
Default.aspx?mode=1 So I'm wondering how I can the "mode" parameter and its
value.
I've seached the documentation I came across Uri.Query which returns the
entire query list in one single string (that is how I understand it). What
I'm looking for is method/property which returns the parameters as a
collection (name/value collection)
Any suggestions?
I'm wondering how I can get a specific parameter in the query string in a
url. I have this url in my website:
Default.aspx?mode=1 So I'm wondering how I can the "mode" parameter and its
value.
I've seached the documentation I came across Uri.Query which returns the
entire query list in one single string (that is how I understand it). What
I'm looking for is method/property which returns the parameters as a
collection (name/value collection)
Any suggestions?