This question is locked. New answers and comments are not allowed.
I have a view that uses Html.EditoForModel() it will not display text properly in the editor.
However when using the same view but providing it with a model rather than a viewmodel ( i.e. using Html.EditorFor() ) it works just fine and text is displayed in bold, underlined etc.
Took me forever to figure out why one view works and another doesn't.
Is this a bug or am I doing something wrong?
However when using the same view but providing it with a model rather than a viewmodel ( i.e. using Html.EditorFor() ) it works just fine and text is displayed in bold, underlined etc.
Took me forever to figure out why one view works and another doesn't.
Is this a bug or am I doing something wrong?