Ignore some fields using the helper @Html.EditorForModel()

Viewed 4278

I use helper @Html.EditorForModel() on all my views.

There is a desire that he skip two fields in my model, but only on this view, the other he must continue to display these fields as usual.

How can I skip these two fields only in this view?

3 Answers
Related