Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IHttpUrl Where(this IHttpUrl, Func<string, string, bool>)

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.