I'm sure this is very simple...I'm trying to link to a PDF file using Uri.Content but keep getting resource not found errors. The code I am using is:
<a href="@Url.Content("~/Views/MasterPlan/masterplanwithbackground.pdf")">Master Plan</a>
The PDF is located in the Views/MasterPlan directory - usual default MVC project structure.
Thanks.