Skip to main content

BuilderFactory(IHtmlHelper) Constructor

Initializes a new instance of the BuilderFactory class.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Common.v18.2.dll

Declaration

public BuilderFactory(
    IHtmlHelper htmlHelper
)

Parameters

Name Type Description
htmlHelper IHtmlHelper

A helper object for rendering ASP.NET Core controls.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also