I'm trying to look for good (in-depth) explanation on what happens when you use MVC ajax helpers. What events and css classes get added. I can find sprinkle of info here and there but no overall explanation of how this ajax framework works. Is there a good explanation out there?
The Ajax Helper methods render Html to your page.
The best way to see exactly what an Ajax Helper method adds is by viewing the source when it renders in your browser at runtime.
You can even see the unobtrusive stuff rendered in the source if you remove your reference to the jquery.unobtrusive-ajax.js.
You can also write your own Ajax (and Html) Helper methods in the form of Extension Methods.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With