BreadcrumbItem

Models the information for a breadcrumd item.

Namespace:
Inetdev.Web
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

BreadcrumbItem

Default constructor

Signature:
public Void BreadcrumbItem()

BreadcrumbItem

Initializes a new instance of BreadcrumbItem.

Signature:
public Void BreadcrumbItem(text, url)
Parameters
Name Type Summary
text String A localized text for the breadcrum item.
url String The URL to navigate to.

Properties

ClassName

An optional class name to be used in the UI.

Signature:
public String ClassName { get; set; }

Text

A localized text for the breadcrumd item.

Signature:
public String Text { get; set; }

Url

An optional URL to navigate to from the breadcrumd.

Signature:
public String Url { get; set; }