I am using the summernote plugin for text box: http://summernote.org/#/getting-started#basic-api
This is the form I have using summmernote:
similar to what was posted earlier you can use the HTML helper
@HTML.TextAreaFor( m=> m.text, new {@id = "textFor*Model*"})
instead of