filmov
tv
Fetch API - How to send JSON data

Показать описание
In this Javascript tutorial we look at sending JSON data using the browser Fetch API. We look at the options requried, these being the content type, method and where to place the data (in the body). Also we create a .Net 5 webapi to handle the request and look at how to configure this to automatically bind the JSON to a .Net class.