5 references to Text
AzureFunctionsEndToEnd.Functions (1)
MyHttpTrigger.cs (1)
40return Results.Text(stringBuilder.ToString());
Microsoft.AspNetCore.Http.Results (2)
Results.cs (2)
104/// This is equivalent to <see cref="Text(string?, string?, Encoding?, int?)"/>. 134=> Text(content, contentType, contentEncoding, null);
Stress.ApiService (2)
Program.cs (2)
200return Results.Text($"Generated text token: {Convert.ToBase64String(Guid.NewGuid().ToByteArray())}"); 205return Results.Text($"Generated text token: {Convert.ToBase64String(Guid.NewGuid().ToByteArray())}");