Skip to main content
All docs
V25.1
  • QueryBuilderHtmlContentBuilder(IHtmlHelper, String) Constructor

    Initializes a new instance of the QueryBuilderHtmlContentBuilder class with specified settings.

    Namespace: DevExpress.AspNetCore.Reporting.QueryBuilder

    Assembly: DevExpress.AspNetCore.Reporting.v25.1.dll

    NuGet Package: DevExpress.AspNetCore.Reporting

    Declaration

    public QueryBuilderHtmlContentBuilder(
        IHtmlHelper htmlHelper,
        string name
    )

    Parameters

    Name Type Description
    htmlHelper IHtmlHelper

    A helper object.

    name String

    A string that identifies the element on a page.

    Remarks

    Use the BuilderFactoryExtensions.QueryBuilder methods instead.

    See Also