App_Code.Controls.PostPager.Render C# (CSharp) Method

Render() protected method

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
return void
        protected override void Render(HtmlTextWriter writer)
        {
            writer.Write(this.PagerTag());
        }