4 references to Bytes
Microsoft.AspNetCore.Http.Results (1)
Microsoft.AspNetCore.Http.Results.Tests (3)
ResultsTests.cs (3)
2700 => Results.Bytes(contents, contentType, fileDownloadName, enableRangeProcessing, lastModified, entityTag),
344Assert.Throws<ArgumentNullException>("contents", () => Results.Bytes(null));
1738(() => Results.Bytes(new byte[0], null, null, false, null, null), typeof(FileContentHttpResult)),