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
I'm evaluating MVC bridge as an umbraco newbie. I want to render a URL to an action so that I can get the html that it will render.
I have put the following into my view:
Action URL=[ @Url.Action("MyAction", "MyController") ]
But when it is rendered I get:
Action URL=[ ]
It is possible to achieve what I am trying to do?
I understand that it's only possible to create action links to surface controllers.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
MvcBridge, Action Urls
I'm evaluating MVC bridge as an umbraco newbie. I want to render a URL to an action so that I can get the html that it will render.
I have put the following into my view:
Action URL=[ @Url.Action("MyAction", "MyController") ]
But when it is rendered I get:
Action URL=[ ]
It is possible to achieve what I am trying to do?
I understand that it's only possible to create action links to surface controllers.
is working on a reply...