0
On the page .aspx, have a Aspxrichedit and at the top of the code I place:
<%@ Register Assembly="DevExpress.Web.ASPxRichEdit.v17.2, Version=17.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxRichEdit" TagPrefix="dx" %>
Works normal. The component appears on the screen.
Now I need to put the same component on a page .cshtml, but with the above code it didn’t work. What would be the syntax for .cshtml? In the Devexpress documentation, it only appears to .aspx.
@lucaswmolin, you made it?
– Leandro Angelo
No. There were some mistakes that I’m solving, but when I solve one comes another...
– user75204
Done! I was able to understand better with this video: https://www.youtube.com/watch?v=BdO07KuPGqM
– user75204