RichEditBuilder(IHtmlHelper, String) Constructor
Creates an object of the RichEditBuilder class.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
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