Table of Contents

Class Breadcrumb

Namespace
Dynamicweb.CoreUI.Navigation
Assembly
Dynamicweb.CoreUI.dll
public sealed class Breadcrumb : UiComponentBase
Inheritance
Breadcrumb
Inherited Members
Extension Methods

Properties

Parts

public IEnumerable<NavigationNode> Parts { get; set; }

Property Value

IEnumerable<NavigationNode>

Path

public string Path { get; set; }

Property Value

string

ScreenParts

public IEnumerable<NavigationNode> ScreenParts { get; set; }

Property Value

IEnumerable<NavigationNode>

ScreenPath

public string ScreenPath { get; set; }

Property Value

string
To top