SenseNet.Portal.UI.PortletFramework.PropertyFieldPanel.RenderFooterInternal C# (CSharp) Method

RenderFooterInternal() static private method

static private RenderFooterInternal ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void
        internal static void RenderFooterInternal(HtmlTextWriter writer)
        {
            writer.Write("</div>");
        }