C# Class ScrewTurn.Wiki.NavPath

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
lblDescription global::System.Web.UI.WebControls.Literal
lblInfo global::System.Web.UI.WebControls.Literal
lblNavPath global::System.Web.UI.WebControls.Literal
lblNavPathList global::System.Web.UI.WebControls.Literal

Public Methods

Method Description
PrintNavPaths ( ) : void

Protected Methods

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

Method Details

Page_Load() protected method

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

PrintNavPaths() public method

public PrintNavPaths ( ) : void
return void

Property Details

lblDescription protected_oe property

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

lblInfo protected_oe property

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

lblNavPath protected_oe property

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

lblNavPathList protected_oe property

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