I'm somewhat new to Umbraco, but I'm moving from v8 to v12 and I'm trying to sort out some problems.
I'm getting this error when using Html.RequireJs.
'IHtmlHelper<dynamic>' does not contain a definition for 'RequiresJs' and no accessible extension method 'RequiresJs' accepting a first argument of type 'IHtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?)
Html.RequireJs
I'm somewhat new to Umbraco, but I'm moving from v8 to v12 and I'm trying to sort out some problems.
I'm getting this error when using Html.RequireJs.
Does anyone know how to resolve this in v12?
Here is the code I'm using from v8.
use SmidgeHelper
is working on a reply...