Skip to main content

BuilderFactory(IHtmlHelper<TModel>) Constructor

Initializes a new instance of the BuilderFactory<TModel> class.

Namespace: DevExpress.AspNetCore

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

Declaration

public BuilderFactory(
    IHtmlHelper<TModel> htmlHelper
)

Parameters

Name Type Description
htmlHelper IHtmlHelper<TModel>

A helper object for rendering ASP.NET controls configured by MVC models.

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