6 references to Content
AzureAppService.ApiService (1)
Program.cs (1)
21
return Results.
Content
("""
AzureContainerApps.ApiService (1)
Program.cs (1)
23
return Results.
Content
("""
blazor-gateway (1)
BlazorGateway.cs (1)
51
app.MapGet(appConfig.ConfigEndpointPath, () => Results.
Content
(appConfig.ConfigResponse, "application/json"))
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)
23
return Results.
Content
(await response.Content.ReadAsStringAsync(), "application/json");