AspNetWebSocketContext.QueryString Propriété

Définition

Obtient la collection de variables de chaîne de requête à partir d'un message AspNetWebSocket qui a été envoyé par le client.

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ QueryString { System::Collections::Specialized::NameValueCollection ^ get(); };
public virtual System.Collections.Specialized.NameValueCollection QueryString { get; }
member this.QueryString : System.Collections.Specialized.NameValueCollection
Public Overridable ReadOnly Property QueryString As NameValueCollection

Valeur de propriété

NameValueCollection

Collection de variables chaîne de requête envoyées par le client. Par exemple, si l’URL de la demande est http://www.contoso.com/default.aspx?id=44 , cette propriété retourne une collection qui contient un seul élément dont la valeur est ID = 44.

Exceptions

La propriété n'est pas implémentée.

S’applique à