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