Browse by Tags

All Tags » MVC (RSS)
ASP.NET MVC is a wonderful thing. One of the many great features is the ability to customize all of the .NET framework's code by swapping out one implementation and using another. One such instance is creating a custom view engine, which you can do...
Posted by bmains | 1 comment(s)
Filed under: ,
I got this error when I tried to run this code in my view. <img src='<%= Url.Content("~/Content/Images/logo.gif") %>' /> At first I didn't realize the underlying issue but then quickly realized that when the MVC framework...
Posted by bmains | with no comments
Filed under: ,
I've been just getting into MVC lately and run into a weird error, mostly weird because it's mostly due to the error message itself than the actual problem. The problem is very easy to fix, but first, a little background. In the various MVC frameworks...
Posted by bmains | with no comments
Filed under: ,