Initializes a new instance of the BreadCrumbNavigation..::..BreadCrumbInfo class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public BreadCrumbInfo(
	string label,
	string url
)
Visual Basic
Public Sub New ( _
	label As String, _
	url As String _
)
Visual C++
public:
BreadCrumbInfo(
	String^ label, 
	String^ url
)

Parameters

label
Type: System..::..String
url
Type: System..::..String

See Also