0

A download is available in this link jQuery Unobtrusive Ajax Helpers in ASP.NET Core

That I use in my "Asp.Net MVC Core 2.0" applications and eases my work. Is this library works in "Asp.Net Core 2.0 Razor Pages" so that I can render a "Partial Page" in a <Div id="###"></Div> element anywhere on the page and Use Post and Get Ajax calls to my page handlers. and If yes Can I nest an ajax form in a "Partial Page" to load another Partial Page in that?

mz1378
  • 1,957
  • 4
  • 20
  • 40

1 Answers1

2

Sure, why not?

You can use jQuery Unobtrusive AJAX in ASP.NET Core Razor Pages as well as render partial pages.

Dmitry Pavlov
  • 30,789
  • 8
  • 97
  • 121