C# Class ScrewTurn.Wiki.PageNotFound

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
lblDescription global::System.Web.UI.WebControls.Literal
lblSearchResults global::System.Web.UI.WebControls.Literal
lblTitle global::System.Web.UI.WebControls.Literal

Public Methods

Method Description
PrintSearchResults ( ) : void

Prints the results of the automatic search.

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

PrintSearchResults() public method

Prints the results of the automatic search.
public PrintSearchResults ( ) : 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

lblSearchResults protected_oe property

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

lblTitle protected_oe property

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