Click or drag to resize

BreadcrumbGenSignature Method

Generate a signature for this breadcrumb for matching against other breadcrumb.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GenSignature(
	string link,
	string text
)

Parameters

link
Type: SystemString
The breadcrumb's link
text
Type: SystemString
The breadcrumb's text.

Return Value

Type: String
The unique signature for the breadcrumb.
See Also