2 references to Content
Microsoft.AspNetCore.Http.Results (1)
TypedResults.cs (1)
125/// This is an alias for <see cref="Content(string?, string?, Encoding?)"/>.
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
540var result = TypedResults.Content(content, contentType, encoding);