ASPxHtmlEditor.Import(HtmlEditorImportFormat, String) Method
In This Article
Imports the editor content from the specified file.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void Import(
HtmlEditorImportFormat format,
string filePath
)
#Parameters
Name | Type | Description |
---|---|---|
format | Html |
One of the Html |
file |
String | A string value specifying the path to a file whose content should be imported. |
See Also