News

For example, the following code snippet defines a minimal API endpoint that accepts a parameter from the query string ... public ActionResult Get(IDateTime dateTime) => Ok(dateTime.Now); ...