Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IHttpUrl WithPath(this IHttpUrl, string)

Declaration

public static IHttpUrl WithPath(
    this IHttpUrl url,
    string path
)

Summary

Returns a new URL with the IHttpUrl.Path changed. The path must be empty or begin with a forward slash, and must not contain a query string.