An open API service indexing awesome lists of open source software.

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.

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.