Click or drag to resize

BreadcrumbsCrumbsJsonScript Method

Gets a JSON string representing a breadcrumb path.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string CrumbsJsonScript(
	IAppContext appCxt,
	string linkURL,
	string linkText,
	CrumbFlags flags
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
linkURL
Type: SystemString
The current URL.
linkText
Type: SystemString
The caption text for the current URL.
flags
Type: NetQuarryCrumbFlags
Breadcrumb management flags.

Return Value

Type: String
A JSON representation of the breadcrumb path.
See Also