Here Mudassar Ahmed Khan has explained with an example, how to use FileContentResult in .Net Core.
This article will illustrate how to download files using FileContentResult class in ASP.Net Core MVC.
FileContentResult class is used when Binary Data (Byte Array) needs to be downloaded as File.
↧