This view suppose to show a list of hyperlinks, each pointing to an external URL. The goal is for the user to click one of these links and have their browser open a new tab
Here to display link that are clickable in index page
@Html.ActionLink(item.FileName, "../Uploads/Catalogue/"+item.FileName)