Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to see the actual request QueryString?
Message
De
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:
01340194
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
>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")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform