Click or drag to resize

IResultQueryItems Property

Gets the original Query arguments.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
Dictionary<string, Object> QueryItems { get; }

Property Value

DictionaryString, Object
The original Query arguments.
Remarks
Return the original Query arguments.
See Also