Reading label Data from MVC view using Model binders

268 Views Asked by At

We are having MVC view where user can select few fields. I want to read the data from the view. Currently using model binders I am able to read only the changeable data (from text box) into the object. How do I read the data held in label in the view using model binders?

1

There are 1 best solutions below

0
On

Eric hexter has done this in his opinionated input builders library. It's open source, so you could have a look there.