Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IHttpUrl WithQuery(this IHttpUrl, string, IEnumerable<string>)

Declaration

public static IHttpUrl WithQuery(
    this IHttpUrl url,
    string name,
    IEnumerable<string> values
)

Summary

Returns a new URL consisting of the specified URL with the specified query parameter replaced with the specified set of values.