Table of Contents

Method Add

Namespace
GuildWars2.Http
Assembly
GW2SDK.dll

Add(string, string)

Adds an argument with the specified key and value to the QueryBuilder.

public void Add(string key, string value)

Parameters

key string

The key of the argument.

value string

The value of the argument.