HtmlEditorExtension.SaveUploadedImage(String, HtmlEditorImageSelectorSettings) Method
In This Article
Saves an image file uploaded via a specific HtmlEditor’s Image Selector dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static void SaveUploadedImage(
string name,
HtmlEditorImageSelectorSettings imageSelectorSettings
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value specifying the Html |
image |
Html |
A Html |
See Also