1 write to FileContents
Microsoft.AspNetCore.Mvc.Core (1)
FileContentResult.cs (1)
43
FileContents
= fileContents;
2 references to FileContents
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\FileContentResultExecutor.cs (2)
36
result.
FileContents
.Length,
71
var fileContentStream = new MemoryStream(result.
FileContents
);