Download Files in Razor View using [partial view bootstrap modal]

SK Raj Reddy 0 Reputation points
2024-06-27T04:28:02.5933333+00:00

Hello reader,

Download Files in Razor View using bootstrap modal

<td> <a href="@Url.Page("entryframe", "DownloadFileFromDatabase", new { fileName = " + rowID + " })">DFD</a>") </td>

Dev Tool Display

<a href="@Url.Page(" entryframe", "downloadfilefromdatabase", new { filename="tYGAP_695800204" })">DFD</a>

Error Message : @Url.Page not found.

Please help me solve this,

SKR.

Developer technologies | ASP.NET | ASP.NET Core
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.