Click or drag to resize

JSHelperCrumbSet Method

Returns the script for calling the CrumbSet() breadcrumb management function.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string CrumbSet(
	IAppContext cxt,
	HttpRequest req,
	PageDisplayAttrs pageDispAttrs
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
req
Type: System.WebHttpRequest
The current request.
pageDispAttrs
Type: NetQuarryPageDisplayAttrs
The page display attributes.

Return Value

Type: String
The script call to CrumbSet().
See Also