Does anyone have a code example of using an HTML editor in MVC .NET Core RTM 1.0?
I have been following blogs on using TinyMCE, but they all refer to earlier MVC version (using data annotations of "AllowHtml" and a file ~/Views/Shared/EditorTemplats/tinymce_jquery_full.cshtml), either of which are in .NET Core.
Are there instructions/example for doing this somewhere?