C# Класс Rolcore.Web.UI.GoogleAnalyticsSnippet

Наследование: System.Web.UI.Control
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
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.

Описание методов

Render() защищенный Метод

protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
Результат void

RenderAdditionalTrackingScripts() защищенный Метод

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.
Результат void

RenderSnippetBodyScript() защищенный Метод

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.
Результат void

RenderSnippetStartScript() защищенный статический Метод

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.
Результат void