Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to see the actual request QueryString?
Message
From
20/08/2008 20:00:51
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01340118
Message ID:
01340641
Views:
8
This message has been marked as a message which has helped to the initial question of the thread.
How about request.querystring.tostring

Glenn

>>>Hi everybody,
>>>
>>>When I examine Request.Form or Request.QueryString in the debugger I see just some characters. Is there a way to translate them into readable form?
>>>
>>>Thanks in advance.
>>
>>Querystring is a collection of Name:Value pairs
>> expand querystring in the debugger and examine the AllKeys collection. You can then inspect querystring("KeyOfInterest")
>
>Yes, I know that. I'm not sure what it was (either Request.Form or other things from Request), but it looked encrypted.
Previous
Reply
Map
View

Click here to load this message in the networking platform