0

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Balaji
  • 2,109
  • 5
  • 27
  • 34

1 Answers1

0

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

Adrian Grigore
  • 33,034
  • 36
  • 130
  • 210