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
)
Public Sub New (
cxt As IAppContext,
link As String,
text As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application. - link
- Type: SystemString
The breadcrumb's link text. - text
- Type: SystemString
The breadcrumb's display text.
See Also