- 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
string | name |
The name (key) by which query parameters are identified. |
Returns
A collection containing the values of the matching query-string parameters.