Summernote and form submission in MVC c#

前端 未结 3 1112
迷失自我
迷失自我 2021-02-08 04:05

I am using the summernote plugin for text box: http://summernote.org/#/getting-started#basic-api

This is the form I have using summmernote:

3条回答
  •  青春惊慌失措
    2021-02-08 04:52

    similar to what was posted earlier you can use the HTML helper

    @HTML.TextAreaFor( m=> m.text, new {@id = "textFor*Model*"})
    

    instead of