Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
6 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (4)
FileContentHttpResult.cs (1)
65FileDownloadName = fileDownloadName;
TypedResults.cs (3)
270FileDownloadName = fileDownloadName, 305FileDownloadName = fileDownloadName, 335FileDownloadName = fileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (2)
FileContentResultTests.cs (2)
45var result = Assert.IsAssignableFrom<IFileHttpResult>(new FileContentHttpResult(Array.Empty<byte>(), contentType) { FileDownloadName = downloadName }); 58var result = Assert.IsAssignableFrom<IContentTypeHttpResult>(new FileContentHttpResult(Array.Empty<byte>(), contentType) { FileDownloadName = downloadName });
3 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
FileContentHttpResult.cs (1)
118FileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (1)
277Assert.Equal(fileDownloadName, result.FileDownloadName);
TypedResultsTests.cs (1)
255Assert.Equal(fileDownloadName, result.FileDownloadName);