IWebApiGetQueryString Method
|
Get query string from the current request
Examplevar webApi = ctx.Use<IWebApi>();
var queryString = webApi.GetQueryString();
Namespace: Casewhere.WebTrigger.DSLAssembly: Casewhere.WebTrigger (in Casewhere.WebTrigger.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIDictionary<string, IEnumerable<string>> GetQueryString()
Return Value
IDictionaryString,
IEnumerableStringThe query string dictionary
See Also