MVC Razor helper does not exist in current context
问题 I have created a custom razor helper in my MVC4 Web application that I need to be usable in all of my views. In all of my view pages, I can't seem to use my custom helper. VS2012 doesn't just see it. How Can I resolve this please ? EDIT : It actually works when I run the page, it's just VS that doesn't see it. Here is my helper which is located in Helpers.cshtml within my AppCode folder. @helper TextBox(string title, string id, string placeholder, bool required){ <ul> <li> <label for="@id">