Answers for "how to give image path in asp.net c#"

C#
0

asp net img src path from database

<img src= "@Url.Content(Model.ImagePath)" alt="Image" />
Posted by: Guest on December-22-2020

Code answers related to "how to give image path in asp.net c#"

C# Answers by Framework

Browse Popular Code Answers by Language