I'm trying to figure out when to use one over the other. My scenario is i want to use a strongly-typed view models in my razor pages and not sure which controller is recommended?
Any documentation that highlight the differences would be very helpful.
V6 SurfaceController vs RenderMvcController
Hi,
I'm trying to figure out when to use one over the other. My scenario is i want to use a strongly-typed view models in my razor pages and not sure which controller is recommended?
Any documentation that highlight the differences would be very helpful.
Thanks
You can use both when having strongly-typed views.
You can find the MVC documentation here : http://our.umbraco.org/documentation/Reference/Mvc/
is working on a reply...