2 references to Text
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
90/// This is equivalent to <see cref="Text(string?, string?, Encoding?)"/>.
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
1427var result = TypedResults.Text(content, contentType, encoding);