How can I save the state of a web application page after reloading the page?
I have an asp net core 3.1 application, the application is very large, I want to save the state of the web page after refreshing the page. For example, the user opened a modal window and after reloading the page, the modal window is already open. I repeat, the modal window is just an example.
Serialise HTML Form with time/text input type and validation of time fields
I am trying to create an HTML Form that will be used to send data to the backend in C#.