How to read form post data in angular4?As we can read posted params in .net using Request.Form[“key”] ,how to do it in Angular 4?

I think you have some misunderstanding.

You can send post, get, put, delete, patch request to .net, php, Java (server)

You can not handle post request.

You can submit the form.

Browse More Popular Posts

Leave a Comment