RichEditBuilder(IHtmlHelper, String) Constructor
In This Article
Creates an object of the RichEditBuilder class.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public RichEditBuilder(
IHtmlHelper htmlHelper,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
html |
IHtml |
A helper object for rendering ASP. |
name | String | A string specifying the name of the Rich Text Editor’s element on the page. |
See Also