1 write to _adRotatorHelper
System.Web (1)
UI\WebControls\AdPostCacheSubstitution.cs (1)
24
_adRotatorHelper
= new AdRotator();
7 references to _adRotatorHelper
System.Web (7)
UI\WebControls\AdPostCacheSubstitution.cs (7)
25
_adRotatorHelper
.CopyFrom(adRotator);
26
_adRotatorHelper
.IsPostCacheAdHelper = true;
27
_adRotatorHelper
.Page = new Page();
43
Debug.Assert(
_adRotatorHelper
!= null &&
_adRotatorHelper
.Page != null);
47
HtmlTextWriter htmlWriter =
_adRotatorHelper
.Page.CreateHtmlTextWriter(stringWriter);
49
_adRotatorHelper
.RenderControl(htmlWriter);