Back to Aspnetcore

Results Helpers

aspnetcore/fundamentals/minimal-apis/includes/results-helpers.md

latest330 B
Original Source

Common result helpers exist in the xref:Microsoft.AspNetCore.Http.Results and xref:Microsoft.AspNetCore.Http.TypedResults static classes. Returning TypedResults is preferred to returning Results. For more information, see TypedResults vs Results.