This question is locked. New answers and comments are not allowed.
Hi there,
Is it possible to make splitterPane.ajaxRequest() use GET method in stead of POST when making the request to the server?
I would like to be able to continue having to methods using the same name in my controller, one having the [HttpPost] attribute for handling POST requests, and one without for handling GET requests.
I believe it is normal practice in MVC to have two methods for eg. Edit and Delete - one for HttpPost and one for HttpGet?
Thanks
Is it possible to make splitterPane.ajaxRequest() use GET method in stead of POST when making the request to the server?
I would like to be able to continue having to methods using the same name in my controller, one having the [HttpPost] attribute for handling POST requests, and one without for handling GET requests.
I believe it is normal practice in MVC to have two methods for eg. Edit and Delete - one for HttpPost and one for HttpGet?
Thanks