Table of Contents

Interface IWebRoute

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IWebRoute
Extension Methods

Properties

CssClass

string CssClass { get; }

Property Value

string

DesktopControl

string DesktopControl { get; }

Property Value

string

DesktopType

string DesktopType { get; }

Property Value

string

ExtraBreadcrumb

string ExtraBreadcrumb { get; }

Property Value

string

HelpUrl

string HelpUrl { get; }

Property Value

string

Icon

string Icon { get; }

Property Value

string

IsModal

bool IsModal { get; set; }

Property Value

bool

LinkTitle

string LinkTitle { get; }

Property Value

string

Name

string Name { get; }

Property Value

string

ParentRouteIdentifier

Guid? ParentRouteIdentifier { get; }

Property Value

Guid?

RouteIdentifier

Guid RouteIdentifier { get; }

Property Value

Guid

Title

string Title { get; }

Property Value

string

ToolkitName

string ToolkitName { get; set; }

Property Value

string

ToolkitNumber

Guid ToolkitNumber { get; set; }

Property Value

Guid

Methods

GetParent()

IWebRoute GetParent()

Returns

IWebRoute