Have put live a V6 (RC, sorry didn't see the release) site, a demo of responsive design which was a quick hack, but have an odd error regarding a partial.
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@Html.Partial("navigation")
System.Web.Mvc.HtmlHelper etc. . . does not contain a definition for Partial and no extension method Partial.
Is this something I have missed? Worked perfectly on the local server.
V6 live site @Html.Partial
Hi
Have put live a V6 (RC, sorry didn't see the release) site, a demo of responsive design which was a quick hack, but have an odd error regarding a partial.
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
Try this, works for me:
is working on a reply...