AjaxControlToolkit.HtmlEditor.Popups.AttachedTemplatePopup.OnPreRender C# (CSharp) Method

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnPreRender(EventArgs e)
        {
            _contentDiv.Attributes.Add("id", _contentDiv.ClientID);
            base.OnPreRender(e);
        }