Skip to main content

ExtensionsFactory.HtmlEditor(Action<HtmlEditorSettings>) Method

Creates a HtmlEditor.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public HtmlEditorExtension HtmlEditor(
    Action<HtmlEditorSettings> method
)

Parameters

Name Type Description
method Action<HtmlEditorSettings>

A delegate method that accepts HtmlEditorSettings as a parameter.

Returns

Type Description
HtmlEditorExtension

A HtmlEditorExtension object implementing the HtmlEditor functionality.

See Also