Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
4 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (4)
FileContentHttpResult.cs (1)
65FileDownloadName = fileDownloadName;
TypedResults.cs (3)
269FileDownloadName = fileDownloadName, 304FileDownloadName = fileDownloadName, 334FileDownloadName = fileDownloadName,
3 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
FileContentHttpResult.cs (1)
118FileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (1)
277Assert.Equal(fileDownloadName, result.FileDownloadName);
TypedResultsTests.cs (1)
255Assert.Equal(fileDownloadName, result.FileDownloadName);