3 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);