Method Set
Set<T>(string, T)
Sets the value for the specified key, adding a new entry if one does not already exist or replacing the existing value if it does.
Declaration
public RouteQueryBuilder Set<T>(string key, T value) where T : IParsable<T>
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| T | value |
Returns
| Type | Description |
|---|---|
| RouteQueryBuilder |
Type Parameters
| Name | Description |
|---|---|
| T |