Thanks for contacting Syncfusion Support.
We have analyzed the shared images. To render the control in MVC 6, we should call rendermethod from corresponding widget. We suggest you to call render method in RTE in your application. Please have a look on code snippet.
<code>
#view
@{Html.EJ().RTE("rteSample").Width("800px").Render();}
</code>
Regards,
Karthikeyan V.
Hi Ding,
Thanks for contacting Syncfusion Support.
We have analyzed the shared images. To render the control in MVC 6, we should call rendermethod from corresponding widget. We suggest you to call render method in RTE in your application. Please have a look on code snippet.
<code>
#view
@{Html.EJ().RTE("rteSample").Width("800px").Render();}
</code>
Regards,
Karthikeyan V.