This is what my Html helper looks like:
namespace WebApp.WebUI { public static class HtmlExtensions { public static MvcHtmlString Genera
Like Darin said but, in order to use it globally, you probably need to add it to both ~/Views/web.config and ~/web.config section.