|
I was following the instructions to add the DJME files to the MVC3 web app. The instructions said to add @Html.RenderScripts()
This method, RendorScripts() does not exits. Can you tell me if this has been deprecated or is there another assembly to be referenced? Also, does anyone have an example of adding a menu to an mvc3 app? Is it as easy as @Html.Menu?? Please provide simple example. Thanks |