Declaration
public static IHttpUrl WithPathOnly(
this IHttpUrl url,
string path
)
Summary
Returns a new URL with the
IHttpUrl.Path changed and the query string removed. The path must be
empty or begin with a forward slash, and must not contain a query string.