C# Class SobekCM.Library.HTML.HeaderFooter_Helper_HtmlSubWriter

Class is a helper class used for writing the header and footers for HTML responses
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode Description
Add_Footer ( TextWriter Output, RequestCache RequestSpecificValues, List Behaviors, Item_Aggregation Current_Aggregation, BriefItemInfo Current_Item ) : void

Add the header to the output

Add_Header ( TextWriter Output, RequestCache RequestSpecificValues, string Container_CssClass, string Web_Page_Title, List Behaviors, Item_Aggregation Current_Aggregation, BriefItemInfo Current_Item ) : void

Add the header to the output

Private Methods

Méthode Description
create_mysobek_link ( RequestCache RequestSpecificValues, string url_options, string login_text ) : string

Method Details

Add_Footer() public static méthode

Add the header to the output
public static Add_Footer ( TextWriter Output, RequestCache RequestSpecificValues, List Behaviors, Item_Aggregation Current_Aggregation, BriefItemInfo Current_Item ) : void
Output System.IO.TextWriter Stream to which to write the HTML for this header
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
Behaviors List List of behaviors from the html subwriters
Current_Aggregation SobekCM.Core.Aggregations.Item_Aggregation Current aggregation object, if there is one
Current_Item SobekCM.Core.BriefItem.BriefItemInfo Current item object, if there is one
Résultat void

Add_Header() public static méthode

Add the header to the output
public static Add_Header ( TextWriter Output, RequestCache RequestSpecificValues, string Container_CssClass, string Web_Page_Title, List Behaviors, Item_Aggregation Current_Aggregation, BriefItemInfo Current_Item ) : void
Output System.IO.TextWriter Stream to which to write the HTML for this header
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
Container_CssClass string Class name for the container around the page
Web_Page_Title string Title for this web page, to include behind the banner possibly
Behaviors List List of behaviors from the html subwriters
Current_Aggregation SobekCM.Core.Aggregations.Item_Aggregation Current aggregation object, if there is one
Current_Item SobekCM.Core.BriefItem.BriefItemInfo Current item object, if there is one
Résultat void