Skip to content
Mika Berglund edited this page Feb 28, 2020 · 2 revisions

Div Component

The Div component is a generic component that produces a <div> element. You can use the Div component instead of a <div> element in order to leverage all the parameters defined on the BootstrapComponentBase base class.

Inheritance

Div : BootstrapComponentBase

Clone this wiki locally