[]
Configurates IsContentHtml. Sets a value indicating whether the list displays items as plain text or as HTML.
public ListBoxBuilder<T> IsContentHtml(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
ListBoxBuilder<T> | Current builder. |