Changed Url.QueryParams type to more general IDictionary<string, object>
This commit is contained in:
parent
61203f0078
commit
97149657ac
@ -18,7 +18,7 @@ namespace Flurl
|
||||
/// <summary>
|
||||
/// Collection of all query string parameters.
|
||||
/// </summary>
|
||||
public QueryParamCollection QueryParams { get; private set; }
|
||||
public IDictionary<string, object> QueryParams { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Constructs a Url object from a string.
|
||||
|
Loading…
x
Reference in New Issue
Block a user