Class NavigationSection
- Namespace
- Dynamicweb.CoreUI.Navigation
- Assembly
- Dynamicweb.CoreUI.dll
public class NavigationSection : NavigationActionNode
- Inheritance
-
NavigationSection
- Derived
- Inherited Members
- Extension Methods
Constructors
NavigationSection(NavigationContext, string)
public NavigationSection(NavigationContext context, string id = "")
Parameters
context
NavigationContextid
string
NavigationSection(string, NavigationContext, string)
public NavigationSection(string areaType, NavigationContext context, string id = "")
Parameters
areaType
stringcontext
NavigationContextid
string
Properties
AreaType
public string AreaType { get; }
Property Value
Context
public NavigationContext? Context { get; }
Property Value
Id
public string Id { get; }
Property Value
Nodes
public List<NavigationNode> Nodes { get; set; }
Property Value
Methods
ShouldShow()
public virtual bool ShouldShow()