NavItem Class

Class to determine a navigation from one route to the other, regardless if we're moving to another website, doing a full page load or only a partial component load.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class NavItem
Inheritance
Object    NavItem

Constructors

NavItemInitializes a new instance of the NavItem class

Properties

ChildItems Gets or sets the collection of child navigation items.
Href Gets or sets the HyperText Reference (href).
Id Gets or sets the ID.
ParentId Gets or sets the parent ID.
Text Gets or sets the navigation link text.

See Also