All-Star
48520 Points
18073 Posts
Oct 02, 2019 07:12 PM|PatriceSc|LINK
I still don't see anywhere how you return a content. if you want to return the content of a file stored somewhere and whose path/name is saved to your datbase you should likely return a https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.physicalfileresult?view=aspnetcore-2.2 at some point.
All-Star
48520 Points
18073 Posts
Re: Asp.Net Core Image Get From Database
Oct 02, 2019 07:12 PM|PatriceSc|LINK
I still don't see anywhere how you return a content. if you want to return the content of a file stored somewhere and whose path/name is saved to your datbase you should likely return a https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.physicalfileresult?view=aspnetcore-2.2 at some point.