Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
2 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (2)
PushStreamHttpResult.cs (1)
64
FileDownloadName
= fileDownloadName;
TypedResults.cs (1)
484
FileDownloadName
= fileDownloadName,
3 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
PushStreamHttpResult.cs (1)
112
FileDownloadName
,
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (1)
322
Assert.Equal(fileDownloadName, pushStreamResult.
FileDownloadName
);
TypedResultsTests.cs (1)
406
Assert.Equal(fileDownloadName, pushStreamResult.
FileDownloadName
);