|
|
|
|
|
by Riverheart
698 days ago
|
|
Instead of sending json to an api, form submission does a post back to the form page which detects this and reads the contents of form to do work on it. HTML pages can have code associated with them to do this in a cshtml file (C# specific). Lots of older frameworks support this, PHP being a popular example. Razor replaced ASP.Net webforms which has also been around forever. See
https://learn.microsoft.com/en-us/aspnet/web-pages/overview/... |
|
There is a very substantial fraction of developers who have never done anything else, and are completely unaware that such thing is even possible.