Implemented interface member:
property
FileDownloadName
Microsoft.AspNetCore.Http.IFileHttpResult.FileDownloadName
4 writes to FileDownloadName
Microsoft.AspNetCore.Http.Results (2)
PushStreamHttpResult.cs (1)
64FileDownloadName = fileDownloadName;
TypedResults.cs (1)
485FileDownloadName = fileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (2)
PushStreamResultTests.cs (2)
89var result = Assert.IsAssignableFrom<IFileHttpResult>(new PushStreamHttpResult(s => Task.CompletedTask, contentType) { FileDownloadName = downloadName }); 102var result = Assert.IsAssignableFrom<IContentTypeHttpResult>(new PushStreamHttpResult(s => Task.CompletedTask, contentType) { FileDownloadName = downloadName });
3 references to FileDownloadName
Microsoft.AspNetCore.Http.Results (1)
PushStreamHttpResult.cs (1)
112FileDownloadName,
Microsoft.AspNetCore.Http.Results.Tests (2)
ResultsTests.cs (1)
322Assert.Equal(fileDownloadName, pushStreamResult.FileDownloadName);
TypedResultsTests.cs (1)
406Assert.Equal(fileDownloadName, pushStreamResult.FileDownloadName);