I need to use ajax requests to the action in some controller. The problem is that default methods such as Url.Action does not working there. How I can use jquery ajax and set the valid url to action?
Is your controller a content controller (that is e.g. a controller for CMS IContentData instance like pages or blocks) or is it a "ordinary" MVC controller?
I need to use ajax requests to the action in some controller. The problem is that default methods such as Url.Action does not working there. How I can use jquery ajax and set the valid url to action?