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
)
Public Shared Function CrumbSet (
cxt As IAppContext,
req As HttpRequest,
pageDispAttrs As PageDisplayAttrs
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - req
- Type: System.WebHttpRequest
The current request. - pageDispAttrs
- Type: NetQuarryPageDisplayAttrs
The page display attributes.
Return Value
Type:
StringThe script call to CrumbSet().
See Also