Skip to main content

HtmlEditorFileSaveSettings(ASPxHtmlEditorUploadSettingsBase) Constructor

Initializes a new instance of the HtmlEditorFileSaveSettings class with the specified file upload settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public HtmlEditorFileSaveSettings(
    ASPxHtmlEditorUploadSettingsBase settings
)

Parameters

Name Type Description
settings ASPxHtmlEditorUploadSettingsBase

An ASPxHtmlEditorUploadSettingsBase object providing access to settings related to file uploading.

See Also