mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

HeaderFooter_Helper_HtmlSubWriter.Add_Footer Method



Add the header to the output


Namespace: SobekCM.Library.HTML
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public static void Add_Footer(
	TextWriter Output,
	RequestCache RequestSpecificValues,
	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
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



Version 4.10.0 ( last generated Monday, March 7, 2016 )