Skip to main content

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.v23.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