Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerable<string> QueryValues(string)

  • Declared in: RT.Servers.IHttpUrl
  • Interface method
  • Abstract

Declaration

public IEnumerable<string> QueryValues(
    string name
)

Summary

Enumerates the values of the query-string parameters with the specified name (key). Implementors must return an empty sequence (rather than null) if no parameter has the specified name.

Parameters

stringname The name (key) by which query parameters are identified.

Returns

A collection containing the values of the matching query-string parameters.