Hi Richard,
To create document editor component, please use the below tag in cshtml file.
<ejs-documenteditorcontainer id="container"></ejs-documenteditorcontainer>
For your reference, please check the below document editor container sample in ASP.NET core.
To get the container Object in JS, please check the below code
var containerObj = document.getElementById(“container”).ej2_instances[0]; |
Regards,
Harini C