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
)
Public Function CrumbsJsonScript (
appCxt As IAppContext,
linkURL As String,
linkText As String,
flags As CrumbFlags
) As String
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:
StringA JSON representation of the breadcrumb path.
See Also