Skip to main content
A newer version of this page is available. .

RichEditBuilder(IHtmlHelper, String) Constructor

Creates an object of the RichEditBuilder class.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v19.2.dll

Declaration

public RichEditBuilder(
    IHtmlHelper htmlHelper,
    string name
)

Parameters

Name Type Description
htmlHelper IHtmlHelper

A helper object for rendering ASP.NET Core controls.

name String

A string specifying the name of the Rich Text Editor’s element on the page.

See Also