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
Currently,
In my razor templates, if I have an jQuery ajax call, I am calling passing the following to my url parameter:
/umbraco/Surface/ProcessCheckoutOrder/Checkout
How can I call this from the ajax method without having to specify:
/umbraco/Surface/
This is the default routing within Umbraco.
If you want to override this, I guess you could try with a custom RouteConfig.
But first and foremost, why?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How can I call an Umbraco Surface controller action method from an jQuery ajax call?
Currently,
In my razor templates, if I have an jQuery ajax call, I am calling passing the following to my url parameter:
How can I call this from the ajax method without having to specify:
This is the default routing within Umbraco.
If you want to override this, I guess you could try with a custom RouteConfig.
But first and foremost, why?
is working on a reply...