Hello,
I’m trying to take data from a form and pass it back to my controller using the .send() method, but cannot figure out how to get it to work. Does the URL need to be the “localhost” URL or can I do something similar as with @Url.Action and use the controller as the parameter? Or do I need to go a different route to get the data back to my controller?