When I click the ActionLink It's redirecting to the controller followed by folder name and file name like this:
Below is the code:
<td>@Html.ActionLink("Click to View", "", new { list.DisplayFile, target = "_blank" })</td>
When I click the ActionLink It's redirecting to the controller followed by folder name and file name like this:
Below is the code:
<td>@Html.ActionLink("Click to View", "", new { list.DisplayFile, target = "_blank" })</td>