KestrunRequest.Query property
Gets the query parameters for the request as a dictionary of key-value pairs.
public Dictionary<string, string> Query { get; set; }
See Also
- class KestrunRequest
- namespace Kestrun.Models
Gets the query parameters for the request as a dictionary of key-value pairs.
public Dictionary<string, string> Query { get; set; }