In the .aspx page, I have an ASPxRichEdit and 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" %>
It works normal. The component appears on the screen.
Now I need to put the same component on a .cshtml page, but with the above code it did not work. What would be the syntax for .cshtml ? In the DevExpress documentation, it only appears for .aspx .