I am currently in a project in c # where I have to migrate a rails application to c #. In the rails project we create the forms with simple form and with the property nested_attributes to modify.
I would like to know if there exists, in c #, some form to obtain the request.form of c # and that I return a structure similar to the json that generates simple form (of 1 or more levels).