Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to see the actual request QueryString?
Message
 
 
À
19/08/2008 17:31:22
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01340118
Message ID:
01340368
Vues:
9
>>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.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform