I am attempting to convert existing templates into compiled templates. I am looking to create some reusable MVC components.
All references to @html (IHtmlHelper) and ViewData result in: "The name 'Html/ViewData' does not exist in the current context". Is there something I need to do to include these references into the compiled code?