ASPxHtmlEditor.Import(String) Method
In This Article
Imports the editor content from a specific file.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A string value specifying the path to a file whose content should be imported. |
#Remarks
If the specified file does not have an extension or its extension does not match the supported formats, an exception occurs.
See Also