Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
2 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (2)
PhysicalFileHttpResult.cs (1)
62FileDownloadName = fileDownloadName;
TypedResults.cs (1)
514FileDownloadName = fileDownloadName,
2 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
128FileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
282Assert.Equal(fileDownloadName, result.FileDownloadName);