Skip to main content
All docs
V23.2

QueryBuilderHtmlContentBuilder Methods

A builder for the Web Query Builder.
Name Description
Bind(QueryBuilderModel) Passes the specified model to the Web Query Builder.
ClientSideEvents(Action<QueryBuilderClientSideEventsBuilder>) Returns the QueryBuilderClientSideEventsBuilder object that allows you to handle the client-side events specific to the Web Query Builder.
ClientSideModelSettings(Action<ClientSideModelSettings>) Specifies settings for the Web Query Builder’s View model.
CssClassName(String) Specifies a CSS class used to render the Web Query Builder.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(String) Specifies the height of the Query Builder element on the page.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Specifies a name to identify the Query Builder element on the page.
Nonce(String) Specifies the nonce value.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
Width(String) Specifies the width of the Query Builder element on the page.
See Also