Declaration
public static IHttpUrl Where(
this IHttpUrl url,
Func<string, string, bool> nameValuePredicate
)
Summary
Returns a new URL consisting of the specified URL but containing only those query parameters whose name/value
pair matches the specified predicate.