2 references to File
Microsoft.AspNetCore.Http.Results (2)
Results.cs (1)
301=> TypedResults.File(fileContents, contentType, fileDownloadName, enableRangeProcessing, lastModified, entityTag);
TypedResults.cs (1)
284/// This API is an alias for <see cref="File(byte[], string, string?, bool, DateTimeOffset?, EntityTagHeaderValue?)"/>.</para>