I'm creating an API in MVC using C# for the back end of the API, and the standard HTML and JavaScript for the front end. My question is how do I reference the functions that I made in C# by using JavaScript in the front end?
I am new to HTML and JavaScript, so any help or references at all would greatly be appreciated. Thank you.