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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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