1 write to _fileDownloadName
Microsoft.AspNetCore.Mvc.Core (1)
FileResult.cs (1)
41set { _fileDownloadName = value; }
1 reference to _fileDownloadName
Microsoft.AspNetCore.Mvc.Core (1)
FileResult.cs (1)
40get { return _fileDownloadName ?? string.Empty; }