Configurates
C1.Web.Mvc.TreeView.IsContentHtml. Sets a value indicating whether items are bound to plain text or HTML.
Syntax
'Declaration
Public Function IsContentHtml( _
ByVal As Boolean _
) As TreeViewBuilder
public TreeViewBuilder IsContentHtml(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also