ASP NET Core 3.1 Razor Pages Ajax call returns html instead of result

前端 未结 0 501
野趣味
野趣味 2021-02-03 23:54

I am calling a get request in the page model of a razor page.

public IActionResult OnGetListOfAddress()
    {
       
    }

And the ajax call is:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题