Hi,
I am working with summernote http://summernote.org/ editor , I am posting rich text to a mvc 6 controller post action.
however I cannot find any documentation on the dotnetcore docs about validateinput or AllowHtml attributes formally in System.Web.Mvc.
I suppose either of these is neccessary to post rich text.
how can I make use of these in dotnetcore.
thanks.