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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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