Skip to main content

IHasQueryParams

Assembly: ServiceStack.Interfaces.dll​
View Source​
Declaration
public interface IHasQueryParams

Properties​

QueryParams​

View Source​
Declaration
Dictionary<string, string> QueryParams { get; set; }