KestrunRequest.QueryString property

Gets the query string for the request (e.g., “?id=123”).

public string QueryString { get; }

See Also