Method Remove
Remove(string)
Removes the entry with the specified key, if it exists.
Declaration
public RouteQueryBuilder Remove(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
Remove(params ReadOnlySpan<string>)
Removes the entries with the specified keys, if they exist.
Declaration
public RouteQueryBuilder Remove(params ReadOnlySpan<string> keys)
Parameters
Returns
Remove(IEnumerable<string>)
Removes the entries with the specified keys, if they exist.
Declaration
public RouteQueryBuilder Remove(IEnumerable<string> keys)
Parameters
Returns