For Babelfish Release 1.12.5.15

RequestQueryParameters Property

Returns a dictionary of name value pairs. Where the keys in the dictionary are the names And the value is a list of parameter values. The values are unescaped.

Definition

Namespace: Scopos.BabelFish.Requests
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public virtual Dictionary<string, List<string>> QueryParameters { get; }

Property Value

DictionaryString, ListString

See Also