Click or drag to resize

Breadcrumb Constructor

Constructor.

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

Parameters

cxt
Type: NetQuarryIAppContext
The application.
link
Type: SystemString
The breadcrumb's link text.
text
Type: SystemString
The breadcrumb's display text.
See Also