Class Breadcrumb NamespaceDynamicweb.CoreUI.Navigation AssemblyDynamicweb.CoreUI.dll public sealed class Breadcrumb : UiComponentBase Inheritance object UiComponentBase Breadcrumb Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.ReferenceEquals(object, object) object.ToString() Extension Methods ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) 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