NavBarText

in namespace DotVVM.Bootstrap5.Controls

Represents a text in the navigation control.

Usage & Scenarios

Represents a simple text item in NavBar.

https://getbootstrap.com/docs/5.2/components/navbar/

Properties

Name Type Description Notes Default Value
property icon Content List<DotvvmControl> Gets or sets the content placed inside the control.
attribute
inner element
static value
bindable
default
null
property icon Text String Gets or sets the text inside the control.
attribute
inner element
static value
bindable
default
null

HTML produced by the control