Skip to content

DevExpress-Examples/richedit-for-core-how-to-integrate-a-control-into-an-mvc-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Rich Text Editor - How to integrate a control into an MVC application

This example is a ready-to-use MVC application with the DevExpress RichEdit component.

Requirements

  • To use the RichEdit control in an ASP.NET MVC application, you need to have a Universal, DXperience, or ASP.NET subscription.
  • Versions of the devexpress npm packages should be identical (their major and minor versions should be the same).

This example illustrates a possible way of integrating the client Rich Text Editor into an MVC application using steps from the following help topic: Rich Text Editor > Get Started > MVC Application.

Files to Look At

Documentation

More Examples