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
Hey!
This probably more of a umbraco views question. Is it possible to add this to a v6 website that has an aspx master page. I tried adding the following to my razor script but i can't access Action from that context.
@Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage })
If I understand correctly, you're trying to add an MVC action to a masterpage. That's not possible.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using uCommentsy from aspx master
Hey!
This probably more of a umbraco views question. Is it possible to add this to a v6 website that has an aspx master page. I tried adding the following to my razor script but i can't access Action from that context.
@Html.Action("Index", "uCommentsyContactFormSurface", new { CurrentPage })
If I understand correctly, you're trying to add an MVC action to a masterpage. That's not possible.
is working on a reply...