SobekCM.Library.HTML.Item_HtmlSubwriter.Add_Header C# (CSharp) Method

Add_Header() public method

Add the header to the output
public Add_Header ( TextWriter Output ) : void
Output System.IO.TextWriter Stream to which to write the HTML for this header
return void
        public override void Add_Header(TextWriter Output)
        {
            HeaderFooter_Helper_HtmlSubWriter.Add_Header(Output, RequestSpecificValues, Container_CssClass, WebPage_Title, Subwriter_Behaviors, null, currentItem);
        }