https://github.com/syncfusionexamples/aspnet-mvc-richtexteditor-rename-image
The example shows how to rename images in server and insert into the editor in ASP.NET MVC application.
https://github.com/syncfusionexamples/aspnet-mvc-richtexteditor-rename-image
mvc-rte mvc-wysiwyg rename-image rich-text-editor
Last synced: 12 months ago
JSON representation
The example shows how to rename images in server and insert into the editor in ASP.NET MVC application.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/aspnet-mvc-richtexteditor-rename-image
- Owner: SyncfusionExamples
- Created: 2020-07-28T14:15:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T06:13:19.000Z (almost 2 years ago)
- Last Synced: 2024-08-19T07:33:21.715Z (almost 2 years ago)
- Topics: mvc-rte, mvc-wysiwyg, rename-image, rich-text-editor
- Language: JavaScript
- Homepage:
- Size: 553 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET MVC RichTextEditor - Rename Image
This sample explains about how to use controller action with ASP.NET MVC RichTextEditor (Blazor Server App) to upload the image in the required destination after rename a file name.
## Prerequisites
* Visual Studio 2022
## How to run the project
* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.