Skip to content

NavbarBrand

Mika Berglund edited this page Feb 28, 2020 · 3 revisions

NavbarBrand Component

The NavbarBrand component is used to create the brand section of a Navbar component. This section usually displays the name of the application or site, with an additional logo. The brand also normally works as a link to the front page of the site or application.

Inheritance

NavbarBrand : BootstrapComponentBase

Parameters

Name Type Description
Text string The text to show in the brand section. Typically the name or title of your site or application.
Url string The URL that the brand link will point to. Very often this is the link to the front page of your site or application.
ImageUrl string The URL, either relative or absolute, to an image to use as logo in the brand section. This works best with SVG images, since they scale much better than bitmap based images.
Clone this wiki locally