Hi
Im new to ASP NET MVC (NetCore 3.1), how to call a method from js?
Im new to ASP NET MVC (NetCore 3.1), how to call a method from js?
Code:
Public async Task(int) Mytest(int _i)
{
return _i*5;
}
Just a simple code example, how to call and get its return value from js?