Class QueryBuilder
- Namespace
- GuildWars2.Http
- Assembly
- GW2SDK.dll
Used to build a query string, e.g. ids=1,2,3&lang=fr&v=latest
. Not meant to be used
directly.
public sealed class QueryBuilder : IEnumerable<KeyValuePair<string, string>>, IEnumerable
- Inheritance
-
QueryBuilder
- Implements
- Inherited Members
Methods
- Add(string, string)
Adds an argument with the specified key and value to the QueryBuilder.
- Build()
Builds the query string from the arguments in the QueryBuilder.
- GetEnumerator()
Returns an enumerator that iterates through the collection of query arguments.