Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
4 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (4)
FileStreamHttpResult.cs (1)
71FileDownloadName = fileDownloadName;
TypedResults.cs (3)
376FileDownloadName = fileDownloadName, 417FileDownloadName = fileDownloadName, 455FileDownloadName = fileDownloadName,
3 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
FileStreamHttpResult.cs (1)
126FileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (1)
313Assert.Equal(fileDownloadName, fileStreamResult.FileDownloadName);
TypedResultsTests.cs (1)
397Assert.Equal(fileDownloadName, fileStreamResult.FileDownloadName);