Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public static IHttpUrl WithoutQuery(
    this IHttpUrl url,
    IEnumerable<string> names
)

Summary

Returns a new URL consisting of the specified URL with the specified query parameters removed.