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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.