Click or drag to resize

BreadcrumbsEventArgsBreadcrumbs Property

The Breadcrumbs collection forming the breadcrumb trail. When the BreadcrumbEventArgs object is created an empty Breadcrumbs collection will be established so this value will never be null and you can safely add breadcrumbs to this collection without testing for null.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Breadcrumbs Breadcrumbs { get; }

Property Value

Type: Breadcrumbs
See Also