Closed mletheren closed 9 years ago
The regular @html.Bootstrap().DisplayFor()
would bring zero value in. However, when you are in the FormGroup
context, this helper exists:
f.FormGroup().DisplayFor(...)
This comment might also to be useful for you.
Hi,
I have been using TwitterBootstrap MVC for a long time, and I keep wondering why there is no equivalent to @Html.DisplayFor when embedding into forms?
Regards