Click or drag to resize

BreadcrumbsGetCrumbsJsonScript Method

Overload List
  NameDescription
Public methodStatic memberGetCrumbsJsonScript(String, String, CrumbFlags, IAppContext)
Gets a JSON string representing a breadcrumb path. Before constructing a standard platform breadcrumb trail, the ApplicationBreadcrumbs event is fired to give the application an opportunity to construct a custom breadcrumb trail. If the event handler returns a DataChanged result then the Breadcrumbs will be used instead of the standard breadcrumbs. See Breadcrumbs(IAppContext, BreadcrumbsEventArgs) for more information. Note that this overload DOES NOT support per-window/tab breadcrumbs.
Public methodStatic memberGetCrumbsJsonScript(IAppContext, String, String, CrumbFlags, String)
Gets a JSON string representing a breadcrumb path. Before constructing a standard platform breadcrumb trail, the ApplicationBreadcrumbs event is fired to give the application an opportunity to construct a custom breadcrumb trail. If the event handler returns a DataChanged result then the Breadcrumbs will be used instead of the standard breadcrumbs. See Breadcrumbs(IAppContext, BreadcrumbsEventArgs) for more information. Note that this overload DOES support per-window/tab breadcrumbs if a tabID is provided.
Top
See Also