How to call onget method with parameters in .net core using ajax – Jquery ajax
I tried to call this onget method in .net core using ajax call but this method hitting without parameters public void OnGet(string id,string refundReason ,int amount) { } I used these 2 ajax call but not passing parameter values $.ajax({…