Class Navigation
Navigation configuration of the page.
public sealed class Navigation
- Inheritance
-
objectNavigation
- Extension Methods
Properties
Headline
Navigation menu headline.
public string Headline { get; set; }
Property Value
- string
IsSignificant
Indicates significant navigation item.
public bool IsSignificant { get; set; }
Property Value
- bool
IsTemporary
Indicates that the navigation node is temporary.
public bool IsTemporary { get; set; }
Property Value
- bool
Items
Navigation menu items.
public IEnumerable<NavigationItem> Items { get; set; }
Property Value
- IEnumerable<NavigationItem>
ShowHeadline
Indicates whether the headline should be displayed.
public bool ShowHeadline { get; set; }
Property Value
- bool