Skip to main content

ASPxHtmlEditor.Import(String, Boolean) Method

Imports the editor content from a specific file, based on the provided settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Import(
    string filePath,
    bool useInlineStyles
)

Parameters

Name Type Description
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