Show / Hide Table of Contents

Class URLTrackingControl

Inheritance
object
Control
TemplateControl
UserControl
UserControlBase
URLTrackingControl
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor
Inherited Members
UserControlBase.IsHostMenu
UserControlBase.PortalSettings
UserControl.OnInit(EventArgs)
UserControl.LoadViewState(object)
UserControl.SaveViewState()
UserControl.MapPath(string)
UserControl.UpdateModel<TModel>(TModel)
UserControl.UpdateModel<TModel>(TModel, IValueProvider)
UserControl.TryUpdateModel<TModel>(TModel)
UserControl.TryUpdateModel<TModel>(TModel, IValueProvider)
UserControl.Attributes
UserControl.Application
UserControl.Trace
UserControl.Request
UserControl.Response
UserControl.Server
UserControl.Cache
UserControl.CachePolicy
UserControl.IsPostBack
UserControl.Session
TemplateControl.Construct()
TemplateControl.OnCommitTransaction(EventArgs)
TemplateControl.OnAbortTransaction(EventArgs)
TemplateControl.OnError(EventArgs)
TemplateControl.CreateResourceBasedLiteralControl(int, int, bool)
TemplateControl.TestDeviceFilter(string)
TemplateControl.LoadControl(string)
TemplateControl.LoadControl(Type, object[])
TemplateControl.LoadTemplate(string)
TemplateControl.ParseControl(string)
TemplateControl.ParseControl(string, bool)
TemplateControl.Eval(string)
TemplateControl.Eval(string, string)
TemplateControl.XPath(string)
TemplateControl.XPath(string, IXmlNamespaceResolver)
TemplateControl.XPath(string, string)
TemplateControl.XPath(string, string, IXmlNamespaceResolver)
TemplateControl.XPathSelect(string)
TemplateControl.XPathSelect(string, IXmlNamespaceResolver)
TemplateControl.GetLocalResourceObject(string)
TemplateControl.GetLocalResourceObject(string, Type, string)
TemplateControl.GetGlobalResourceObject(string, string)
TemplateControl.GetGlobalResourceObject(string, string, Type, string)
TemplateControl.EnableTheming
TemplateControl.AppRelativeVirtualPath
TemplateControl.CommitTransaction
TemplateControl.AbortTransaction
TemplateControl.Error
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnPreRender(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.Render(HtmlTextWriter)
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class URLTrackingControl : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor

Constructors

URLTrackingControl()

Declaration
protected URLTrackingControl()

Fields

Label1

Declaration
protected Label Label1
Field Value
Type Description
Label

Label2

Declaration
protected Label Label2
Field Value
Type Description
Label

Label3

Declaration
protected Label Label3
Field Value
Type Description
Label

Label4

Declaration
protected Label Label4
Field Value
Type Description
Label

Label5

Declaration
protected Label Label5
Field Value
Type Description
Label

Label6

Declaration
protected Label Label6
Field Value
Type Description
Label

Label7

Declaration
protected Label Label7
Field Value
Type Description
Label

cmdDisplay

Declaration
protected LinkButton cmdDisplay
Field Value
Type Description
LinkButton

cmdEndCalendar

Declaration
protected HyperLink cmdEndCalendar
Field Value
Type Description
HyperLink

cmdStartCalendar

Declaration
protected HyperLink cmdStartCalendar
Field Value
Type Description
HyperLink

grdLog

Declaration
protected DataGrid grdLog
Field Value
Type Description
DataGrid

lblClicks

Declaration
protected Label lblClicks
Field Value
Type Description
Label

lblCreatedDate

Declaration
protected Label lblCreatedDate
Field Value
Type Description
Label

lblLastClick

Declaration
protected Label lblLastClick
Field Value
Type Description
Label

lblLogURL

Declaration
protected Label lblLogURL
Field Value
Type Description
Label

lblTrackingURL

Declaration
protected Label lblTrackingURL
Field Value
Type Description
Label

lblURL

Declaration
protected Label lblURL
Field Value
Type Description
Label

pnlLog

Declaration
protected Panel pnlLog
Field Value
Type Description
Panel

pnlTrack

Declaration
protected Panel pnlTrack
Field Value
Type Description
Panel

txtEndDate

Declaration
protected TextBox txtEndDate
Field Value
Type Description
TextBox

txtStartDate

Declaration
protected TextBox txtStartDate
Field Value
Type Description
TextBox

valEndDate

Declaration
protected CompareValidator valEndDate
Field Value
Type Description
CompareValidator

valStartDate

Declaration
protected CompareValidator valStartDate
Field Value
Type Description
CompareValidator

Properties

FormattedURL

Declaration
public string FormattedURL { get; set; }
Property Value
Type Description
string

LocalResourceFile

Declaration
public string LocalResourceFile { get; set; }
Property Value
Type Description
string

ModuleID

Declaration
public int ModuleID { get; set; }
Property Value
Type Description
int

TrackingURL

Declaration
public string TrackingURL { get; set; }
Property Value
Type Description
string

URL

Declaration
public string URL { get; set; }
Property Value
Type Description
string

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnLoad(EventArgs)

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS