SyntaxFix
Write A Post
Hire A Developer
Questions
Why not go simple and use the tilde ~ operator?
~
public FileResult TopBanner() { return File("~/Content/images/topbanner.png", "image/png"); }