Obtain structure of simple form in c #

0

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).

    
asked by Rafael Navarro Prieto 14.03.2017 в 18:56
source

0 answers