ASP.NET Core PageRequestManager Ajax Call equivalent

73 Views Asked by At

In ASP.NET Web forms we had access to Sys.PageRequestManager to determine the ajax call finish. How can we run a JS after ajax call finish in ASP.NET Core 2.2? I do not have access the the Ajax call, it runs by a plugin, I have to write some code to make some changes to loaded data with that plagin ajax.

0

There are 0 best solutions below