AjaxHelper #2015
Comments
We don't have any immediate plans to support AjaxHelper in MVC 6, but we are certainly interested in customer feedback on the importance of supporting this in MVC 6. Putting this on our backlog for now. |
Hi Danroh27, Don't understand why AJAX helper is not available ? this is very basic. do you have some alternative ? i am surprised by this ignorance of Microsoft team. If this is not available then we have to go back to MVC 5. Can you suggest any alternative way apart from J query ? |
Hi rahuldhariya01, |
Thanks Branciat. Even I tried the same but now success, failed ,onbegin,on completion event into this ? |
An example of ajax action
data-ajax="true" is required, data-ajax-mode can be to have a value as replace, before, after,... See the brad wilson's blog http://bradwilson.typepad.com/blog/2010/10/mvc3-unobtrusive-ajax.html for a comparison AjxHelper and the html generated, also in complement the source code ajax unobtrusive. |
Pulling back into the release based on customer feedback. |
We are not going to get to this in this release. |
jQuery ajax unobtrusive is open source and can be bower pulled. As @branciat mentioned the data attributes for the call can be used.
|
|
The future is not AjaxHelper is the main method, but if the existing MVC4 project ported to aspnetCore, this is very necessary |
The Ajax Helper will endup being the stumbling block when porting to Aspnet5 ore like now 😨 |
@danroth27 Any update on this ? Is this something still in the backlog or completely dropped ? |
I think its totally possible for you to create your own AJAX extensions even if it is missing from ASP.NET Core. It seems that someone already did that, so all you need is to add it to your project and maybe modify it slightly if some code aint working: |
Closing because we have no plans to support this. |
Hi,
I see that the AjaxHelper has been removed into project.
Has been replaced by another helper or will be developed later ?
The text was updated successfully, but these errors were encountered: