HtmlEditorExtension.Export(HtmlEditorSettings, HtmlEditorExportFormat, Boolean) Method
In This Article
Exports editor contents to the specified format, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ActionResult Export(
HtmlEditorSettings settings,
HtmlEditorExportFormat format,
bool saveAsFile
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Html |
A Html |
format | Html |
One of the Html |
save |
Boolean | true to save the exported document as a downloadable attachment, false to open the document in the browser window (if it is allowed for the document format). |
#Returns
Type | Description |
---|---|
Action |
A Action |
See Also