Table of Contents

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 NavigationContext
id string

NavigationSection(string, NavigationContext, string)

public NavigationSection(string areaType, NavigationContext context, string id = "")

Parameters

areaType string
context NavigationContext
id string

Properties

AreaType

public string AreaType { get; }

Property Value

string

Context

public NavigationContext? Context { get; }

Property Value

NavigationContext

Id

public string Id { get; }

Property Value

string

Nodes

public List<NavigationNode> Nodes { get; set; }

Property Value

List<NavigationNode>

Methods

ShouldShow()

public virtual bool ShouldShow()

Returns

bool
To top