Interface IWebRoute
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public interface IWebRoute
- Extension Methods
-
Properties
CssClass
Property Value
- string
DesktopControl
string DesktopControl { get; }
Property Value
- string
DesktopType
string DesktopType { get; }
Property Value
- string
string ExtraBreadcrumb { get; }
Property Value
- string
HelpUrl
Property Value
- string
Icon
Property Value
- string
IsModal
bool IsModal { get; set; }
Property Value
- bool
LinkTitle
string LinkTitle { get; }
Property Value
- string
Name
Property Value
- string
ParentRouteIdentifier
Guid? ParentRouteIdentifier { get; }
Property Value
- Guid?
RouteIdentifier
Guid RouteIdentifier { get; }
Property Value
- Guid
Title
Property Value
- string
string ToolkitName { get; set; }
Property Value
- string
Guid ToolkitNumber { get; set; }
Property Value
- Guid
Methods
GetParent()
Returns
- IWebRoute