I notice in your video, you do not make a 'using' reference to System.Web.Mvc.html. How are you able to use the Html extension methods in your view without this reference?
If I try to use Html.BeginForm or any of the Html extensions without an explicit reference in the view, my view fails to render in Umbraco.
No reference to System.Web.Mvc.Html
Hello! Again, great job on this project!
I notice in your video, you do not make a 'using' reference to System.Web.Mvc.html. How are you able to use the Html extension methods in your view without this reference?
If I try to use Html.BeginForm or any of the Html extensions without an explicit reference in the view, my view fails to render in Umbraco.
Am I missing something?
Thanks!
Hi ,
you can add namespace references in your web.config (in the views folder) That way you do not have to reference them in the views directly
Cheers,
Richard
Another thing...I started with a mvc razor project, that way all reference should already be in place
is working on a reply...