General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxHtmlEditor.Import(HtmlEditorImportFormat, String, Boolean) Method
Imports the editor content from a specific file, based on the provided settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public void Import(
HtmlEditorImportFormat format,
string filePath,
bool useInlineStyles
)
Public Sub Import(
format As HtmlEditorImportFormat,
filePath As String,
useInlineStyles As Boolean
)
Parameters
Name | Type | Description |
---|---|---|
format | HtmlEditorImportFormat | One of the HtmlEditorImportFormat enumeration values specifying the imported file format. |
filePath | String | A string value specifying the path to a file whose content should be imported. |
useInlineStyles | Boolean | true to embed document formatting styles into the editor content; false to store formatting styles in a separate css file. |
See Also
Feedback