File browser in ASP.NET Core 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
FileManagertoolbar item in thetoolbarSettingsAPIitemsproperty. - Set enable property as
trueon fileManagerSettings property to make the file browser in the Rich Text Editor to appear on theFileManagertoolbar click action.