I was asked to condense one of my Razor pages by having sections create dynamically. So, instead of bouncing the user over to a separate View they want me to stay on the same View but just expand an area in order to accommodate more input. I thought I'd run the idea past you guys being as I have no idea how I'd accomplish this. As a WPF programmer, I could do it there by having an Expander control with a UserControl that binds to a list of Addresses.
Capture the information on a person using this type of flow.
FirstName (standard field)
LastName (standard field)
Etc.
Address 1 (push a button to expand)
Address 2 (push a button to expand)
Address 3