BreadcrumbsGetBreadcrumbs Method (IAppContext) |
Gets the persisted breadcrumbs collection.
If none is found the collection will be created and persisted to the AppContext object.
Note that this overload DOES NOT support per-window/tab breadcrumbs if a tabID is provided.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static Breadcrumbs GetBreadcrumbs(
IAppContext cxt
)
Public Shared Function GetBreadcrumbs (
cxt As IAppContext
) As Breadcrumbs
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
BreadcrumbsThe breadcrumbs collection.
See Also