Skip to main content
A newer version of this page is available. .

HtmlEditorFileSaveSettings Class

Contains settings related to saving an uploaded file to the HtmlEditor extension’s file storage.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class HtmlEditorFileSaveSettings :
    IFileSaveSettings

Remarks

An object of the HtmlEditorFileSaveSettings type is passed as a parameter to the HtmlEditorExtension.SaveUploadedFile method.

Implements

DevExpress.Web.Internal.IFileSaveSettings

Inheritance

Object
HtmlEditorFileSaveSettings
See Also