ASP NET Core 3 1 State Management With Hidden fields - Part 15





Visit this channel community tab: https://www.youtube.com/c/KaushikRoyChowdhury-deveducate/community for latest releases and updates Prev. Part: https://youtu.be/7xDgQGH-MYs

This is part 15 of the ongoing playlist of ASP.NET Core 3.1 lectures. In this lecture, we understand the concept of hidden fields in State Management through an MVC UserDetails controller. The project uses two action methods one with GET to set the hidden fields to the client which is visible in page source. The PUT action method posts the hidden field to the server and tested in a debugging session with breakpoints.

#aspnetcore31 #hiddenfields #statemanagement #persistdataacrossrequests
#aspnetcoremvc

Comments

Popular posts from this blog

How to Fix "JsonReaderException: '}' is invalid after a single JSON valu...

ASP NET Core 3 1 Build a Complete MVC ToDo List Application Part 11

A Simple ML.NET Linear Regression Machine Learning Application