C# 클래스 Rolcore.Web.UI.GoogleAnalyticsSnippet

상속: System.Web.UI.Control
파일 보기 프로젝트 열기: Rollins/Rolcore

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