Try our conversational search powered by Generative AI!

How to render ContentArea by Dojo

Vote:
 

Hi everyone, please help me how the way to render ContentArea by Dojo, my purpose is get the html markup as result of 

Html.DisplayFor(p => p.MainContentArea).ToHtmlString()

Thanks

#176886
Mar 29, 2017 10:18
Vote:
 

The ContentArea is rendered on the browser (client side). The code you showed above runs on server. 

You can't get the "rendered html" on server because Dojo runs on client side. 

#176890
Mar 29, 2017 12:14
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.