C# Class SenseNet.Portal.PageBase

Inheritance: System.Web.UI.Page, IRequiresSessionState
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Protected Properties

Property Type Description
_timer Stopwatch

Private Properties

Property Type Description
AddMetaTag void
GetSeoFieldValue string
GetTitle System.Web.UI.HtmlControls.HtmlTitle
RenderDiagnosticTree void
RenderTimerValue void
SetHeadMetaTagsAndTitle void
WriteTransformedXML void

Public Methods

Method Description
Done ( ) : void
Done ( Node newNode ) : void
Done ( bool endResponse ) : void
Done ( bool endResponse, Node newNode ) : void
PageBase ( ) : System

Protected Methods

Method Description
OnLoadComplete ( EventArgs e ) : void
OnPreInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
AddMetaTag ( string content, string name ) : void
GetSeoFieldValue ( Node contextNode, string propertyName ) : string
GetTitle ( ) : System.Web.UI.HtmlControls.HtmlTitle
RenderDiagnosticTree ( string xmlString, System writer ) : void
RenderTimerValue ( System writer ) : void

Renders a(n) html fragment which contains the text will be displayed in the browser of the end user, if user has requested it.

SetHeadMetaTagsAndTitle ( ) : void
WriteTransformedXML ( TextReader xmlTextReader, TextWriter writer, string xsltPath ) : void

Method Details

Done() public method

public Done ( ) : void
return void

Done() public method

public Done ( Node newNode ) : void
newNode Node
return void

Done() public method

public Done ( bool endResponse ) : void
endResponse bool
return void

Done() public method

public Done ( bool endResponse, Node newNode ) : void
endResponse bool
newNode Node
return void

OnLoadComplete() protected method

protected OnLoadComplete ( EventArgs e ) : void
e System.EventArgs
return void

OnPreInit() protected method

protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

PageBase() public method

public PageBase ( ) : System
return System

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

Property Details

_timer protected property

protected Stopwatch _timer
return Stopwatch