Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
6 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (4)
FileContentHttpResult.cs (1)
65
FileDownloadName
= fileDownloadName;
TypedResults.cs (3)
270
FileDownloadName
= fileDownloadName,
305
FileDownloadName
= fileDownloadName,
335
FileDownloadName
= fileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (2)
FileContentResultTests.cs (2)
45
var result = Assert.IsAssignableFrom<IFileHttpResult>(new FileContentHttpResult(Array.Empty<byte>(), contentType) {
FileDownloadName
= downloadName });
58
var result = Assert.IsAssignableFrom<IContentTypeHttpResult>(new FileContentHttpResult(Array.Empty<byte>(), contentType) {
FileDownloadName
= downloadName });
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
);