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