File browser in ASP.NET MVC Rich text editor Control

18 Nov 20181 minute to read

Rich Text Editor allows to browse and insert images in the edit panel using the file browser. File browser allows the users to browse and select a file or folder from the file system and it supports various cloud services.

The following example explains how to configure the file browser within the Rich Text Editor control.

  • Configure the FileManager toolbar item in the ToolbarSettings API Items property.
  • Set Enable property as true on FileManagerSettings property to make the file browser in the Rich Text Editor to appear on the FileManager toolbar click action.