... [HttpGet("/slowtest")] public async Task<string> Get() { _logger.LogInformation("Starting to do slow work"); // slow async action, ...
確定! 回上一頁