Sorry, I was referring to the addition of Microsoft.Web.Mvc. Is that
On Apr 27, 9:39 pm, Tim Scott <
tsc...@lunaversesoftware.com> wrote:
> In markup files, as in C# classes, you need namespaces to refer to classes
> without fully qualified names, or to use extension methods (as with your
> issue). You can do that in each markup file that needs it, like so:
>
> <%@ Import Namespace="MvcContrib.FluentHtml"%>
>
> Or you can do it globally in the web.config namespaces section.
>
> Tim
>