HeaderFooter_Helper_HtmlSubWriter.Add_Header Method
Add the header to the output
Namespace: SobekCM.Library.HTMLAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static void Add_Header(
TextWriter Output,
RequestCache RequestSpecificValues,
string Container_CssClass,
string Web_Page_Title,
List<HtmlSubwriter_Behaviors_Enum> Behaviors,
Item_Aggregation Current_Aggregation,
BriefItemInfo Current_Item
) |
Parameters
- Output
- Type: System.IO..::..TextWriter
Stream to which to write the HTML for this header
- RequestSpecificValues
- Type: SobekCM.Library..::..RequestCache
All the necessary, non-global data specific to the current request
- Container_CssClass
- Type: System..::..String
Class name for the container around the page
- Web_Page_Title
- Type: System..::..String
Title for this web page, to include behind the banner possibly
- Behaviors
- Type: System.Collections.Generic..::..List<(Of <(<'HtmlSubwriter_Behaviors_Enum>)>)>
List of behaviors from the html subwriters
- Current_Aggregation
- Type: SobekCM.Core.Aggregations..::..Item_Aggregation
Current aggregation object, if there is one
- Current_Item
- Type: SobekCM.Core.BriefItem..::..BriefItemInfo
Current item object, if there is one
See Also