C# Class HTML.master

Show file Open project: Ider/SU-Courses

Protected Properties

Property Type Description
ContentPlaceHolder1 global::System.Web.UI.WebControls.ContentPlaceHolder
form1 global::System.Web.UI.HtmlControls.HtmlForm
head global::System.Web.UI.WebControls.ContentPlaceHolder
lblRevised global::System.Web.UI.WebControls.Label
litLab global::System.Web.UI.WebControls.Literal

Public Methods

Method Description
SetRevisedTime ( string fileName ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
LoadLabSubMenu ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SetRevisedTime() public method

public SetRevisedTime ( string fileName ) : void
fileName string
return void

Property Details

ContentPlaceHolder1 protected property

ContentPlaceHolder1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder ContentPlaceHolder1
return global::System.Web.UI.WebControls.ContentPlaceHolder

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

head protected property

head control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder head
return global::System.Web.UI.WebControls.ContentPlaceHolder

lblRevised protected property

lblRevised control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblRevised
return global::System.Web.UI.WebControls.Label

litLab protected property

litLab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litLab
return global::System.Web.UI.WebControls.Literal