5 references to Content
AzureAppService.ApiService (1)
Program.cs (1)
21return Results.Content("""
AzureContainerApps.ApiService (1)
Program.cs (1)
23return Results.Content("""
Microsoft.AspNetCore.Http.Results (2)
Results.cs (2)
99=> Content(content, contentType, contentEncoding, null); 139/// This is an alias for <see cref="Content(string?, string?, Encoding?, int?)"/>.
Yarp.Frontend (1)
Program.cs (1)
23return Results.Content(await response.Content.ReadAsStringAsync(), "application/json");