Hi,
On the Content tab you have have some editable area field and there you can allow the users to insert widgets - but then it is up to your MVC code to resolve the inline widget controls and display desired output on the front end. The inline widget is basically a special syntax having all the parameters. So, you can create code in your MVC app which will parse this syntax and convert it into desired HTML.