Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
2 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (1)
547FileDownloadName = fileDownloadName,
VirtualFileHttpResult.cs (1)
67FileDownloadName = fileDownloadName;
2 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
VirtualFileHttpResult.cs (1)
123FileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
301Assert.Equal(fileDownloadName, result.FileDownloadName);