Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
In the Umbraco 10 version .net core based application, how to invoke surface controller method from cshtml file. @Html.Action is not working in new version.
Thanks in advance,
Suma Mathews
It was removed from .net, so not strictly an umbraco change, you should look into using view components instead.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Calling surface controller method from views-Umbraco 10
Hi,
In the Umbraco 10 version .net core based application, how to invoke surface controller method from cshtml file. @Html.Action is not working in new version.
Thanks in advance,
Suma Mathews
It was removed from .net, so not strictly an umbraco change, you should look into using view components instead.
is working on a reply...