HtmlEditorExtension.Export(HtmlEditorSettings, Stream, HtmlEditorExportFormat) 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 void Export(
HtmlEditorSettings settings,
Stream outputStream,
HtmlEditorExportFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Html |
A Html |
output |
Stream | A Stream object to which the editor content is exported. |
format | Html |
One of the Html |
See Also