Controller.cs is:
public ActionResult ViewRequest(int id) { Job job = Jobs.GetJob(id); return View(job); } <
public ActionResult ViewRequest(int id) { Job job = Jobs.GetJob(id); return View(job); }
Add a class to the link:
@Html.ActionLink("Download", "Download", new { id = model.Id }, new{ @class = "dialog"} )
And add this script somewhere:
Required CSS/JS