C# Class SenseNet.Portal.PageBase

Inheritance: System.Web.UI.Page, IRequiresSessionState
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Protected Properties

Свойство Type Description
_timer Stopwatch

Private Properties

Свойство Type Description
AddMetaTag void
GetSeoFieldValue string
GetTitle System.Web.UI.HtmlControls.HtmlTitle
RenderDiagnosticTree void
RenderTimerValue void
SetHeadMetaTagsAndTitle void
WriteTransformedXML void

Méthodes publiques

Méthode Description
Done ( ) : void
Done ( Node newNode ) : void
Done ( bool endResponse ) : void
Done ( bool endResponse, Node newNode ) : void
PageBase ( ) : System

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public Done ( ) : void
Résultat void

Done() public méthode

public Done ( Node newNode ) : void
newNode Node
Résultat void

Done() public méthode

public Done ( bool endResponse ) : void
endResponse bool
Résultat void

Done() public méthode

public Done ( bool endResponse, Node newNode ) : void
endResponse bool
newNode Node
Résultat void

OnLoadComplete() protected méthode

protected OnLoadComplete ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreInit() protected méthode

protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

PageBase() public méthode

public PageBase ( ) : System
Résultat System

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

Property Details

_timer protected_oe property

protected Stopwatch _timer
Résultat Stopwatch