I\'ve been browsing the web trying to find a good example/tutorial detailing how I can create and use my own custom HTML Helpers for my MVC 3 Razor application I found this
You should include the namespace in your view:
@using MyWebApp
Or you can import this namespace for all of the views from web.config.