IHasQueryParams
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IHasQueryParams
Properties
QueryParams
View Source
Declaration
Dictionary<string, string> QueryParams { get; set; }
public interface IHasQueryParams
Dictionary<string, string> QueryParams { get; set; }