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
)
Public Shared Function GenSignature (
link As String,
text As String
) As String
Parameters
- link
- Type: SystemString
The breadcrumb's link - text
- Type: SystemString
The breadcrumb's text.
Return Value
Type:
StringThe unique signature for the breadcrumb.
See Also