As I understand it, a plain ol\' \"~/foo\" path is supposed to work like @Url.Content(\"~/\") in MVC 4. However, I\'m trying to do this and getting many broken paths -- the
The issue is about href= and not which < tag > Examples:
href=
< tag >
< img src="@Url.Content("Images/someImage.jpg")"/> < a href="@Url.Content("Home/About")" >click here< /a>
Its ok to nest @ inside other @section {}
@
@section {}