C# Class Rolcore.Web.UI.GoogleAnalyticsSnippet

Inheritance: System.Web.UI.Control
Afficher le fichier Open project: Rollins/Rolcore

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
Render ( System.Web.UI.HtmlTextWriter output ) : void
RenderAdditionalTrackingScripts ( System.Web.UI.HtmlTextWriter output ) : void

Renders javascript which automatically tracks PDF link clicks and form field changes.

RenderSnippetBodyScript ( System.Web.UI.HtmlTextWriter output ) : void

Renders the body of the Google Analytics tracking javascript. Updated to Asynchronous Tracking

RenderSnippetStartScript ( System.Web.UI.HtmlTextWriter output ) : void

Renders the script tag that includes the Google Analytics javascript files on the webpage.

Method Details

Render() protected méthode

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

RenderAdditionalTrackingScripts() protected méthode

Renders javascript which automatically tracks PDF link clicks and form field changes.
protected RenderAdditionalTrackingScripts ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter Where the script is to be rendered.
Résultat void

RenderSnippetBodyScript() protected méthode

Renders the body of the Google Analytics tracking javascript. Updated to Asynchronous Tracking
protected RenderSnippetBodyScript ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter Where the script is to be rendered.
Résultat void

RenderSnippetStartScript() protected static méthode

Renders the script tag that includes the Google Analytics javascript files on the webpage.
protected static RenderSnippetStartScript ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The to which the output is rendered.
Résultat void