Since QueryParameters are calculated from the raw HTTP Request.. Should we instead populate the Request DTO with the required data, and then provide a static extension method to fetch the query parameters?
Since QueryParameters are calculated from the raw HTTP Request..
Should we instead populate the Request DTO with the required data, and then provide a static extension method to fetch the query parameters?