Class WebRoute
- Namespace
- InSite
- Assembly
- InSite.UI.dll
public class WebRoute : IWebRoute
- Inheritance
-
WebRoute
- Implements
-
- Inherited Members
-
Constructors
WebRoute()
WebRoute(TAction)
public WebRoute(TAction route)
Parameters
route TAction
Properties
CssClass
public string CssClass { get; }
Property Value
- string
DesktopControl
public string DesktopControl { get; }
Property Value
- string
DesktopType
public string DesktopType { get; }
Property Value
- string
public string ExtraBreadcrumb { get; }
Property Value
- string
HelpUrl
public string HelpUrl { get; }
Property Value
- string
Icon
public string Icon { get; }
Property Value
- string
IsModal
public bool IsModal { get; set; }
Property Value
- bool
LinkTitle
public string LinkTitle { get; protected set; }
Property Value
- string
Name
public string Name { get; protected set; }
Property Value
- string
ParentRouteIdentifier
public Guid? ParentRouteIdentifier { get; }
Property Value
- Guid?
RouteIdentifier
public Guid RouteIdentifier { get; }
Property Value
- Guid
Title
public string Title { get; }
Property Value
- string
public string ToolkitName { get; set; }
Property Value
- string
public Guid ToolkitNumber { get; set; }
Property Value
- Guid
Methods
GetParent()
public virtual IWebRoute GetParent()
Returns
- IWebRoute
GetWebRoute(Guid)
public static WebRoute GetWebRoute(Guid id)
Parameters
id Guid
Returns
- WebRoute
GetWebRoute(string)
public static WebRoute GetWebRoute(string action)
Parameters
action string
Returns
- WebRoute