Table of Contents

Class BreadcrumbItem

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class BreadcrumbItem
Inheritance
BreadcrumbItem
Inherited Members
Extension Methods

Constructors

BreadcrumbItem()

public BreadcrumbItem()

BreadcrumbItem(string, string, string, string)

public BreadcrumbItem(string text, string href, string icon = null, string active = null)

Parameters

text string
href string
icon string
active string

Properties

Active

public string Active { get; set; }

Property Value

string

Anchor

public string Anchor { get; }

Property Value

string

CssClass

public string CssClass { get; set; }

Property Value

string

Href

public string Href { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

IconClass

public string IconClass { get; set; }

Property Value

string

IsActive

public bool IsActive { get; set; }

Property Value

bool

NavigateUrl

public string NavigateUrl { get; set; }

Property Value

string

Target

public string Target { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

Visible

public bool Visible { get; set; }

Property Value

bool