KestrunRequest.QueryString property
Gets the query string for the request (e.g., “?id=123”).
public string QueryString { get; }
See Also
- class KestrunRequest
- namespace Kestrun.Models
Gets the query string for the request (e.g., “?id=123”).
public string QueryString { get; }