<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

kCura.Utility.QueryStringBuilder

public class QueryStringBuilder
A data bag storing a URL and empty name-value collection.

Gets the underlying name value collection of parameters.

public string Url { get; }

Gets the underlying URL.

public QueryStringBuilder(string url)

Initializes a new instance of QueryStringBuilder backed by the provided url.