Class Navigate
public class Navigate : PortalBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
- Inheritance
-
Navigate
- Implements
- Inherited Members
Constructors
Navigate()
public Navigate()
Fields
CourseBreadcrumbs
CourseBreadcrumbs control.
protected Literal CourseBreadcrumbs
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CourseStyles
CourseStyles control.
protected PlaceHolder CourseStyles
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EnabledPanel
EnabledPanel control.
protected HtmlGenericControl EnabledPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OverviewText
OverviewText control.
protected Literal OverviewText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProgramTitle
ProgramTitle control.
protected Literal ProgramTitle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaskRepeater
TaskRepeater control.
protected Repeater TaskRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
Program
protected TProgram Program { get; }
Property Value
ProgramContenet
protected ContentContainer ProgramContenet { get; }
Property Value
Slug
protected string Slug { get; }
Property Value
Tasks
protected List<TaskModel> Tasks { get; }
Property Value
Methods
GetTaskName(Guid, string)
protected string GetTaskName(Guid taskId, string taskType)
Parameters
Returns
GetTaskUrl(object)
protected string GetTaskUrl(object taskId)
Parameters
taskIdobject
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)