C# Класс SobekCM.Library.HTML.HeaderFooter_Helper_HtmlSubWriter

Class is a helper class used for writing the header and footers for HTML responses
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
create_mysobek_link ( RequestCache RequestSpecificValues, string url_options, string login_text ) : string

Описание методов

Add_Footer() публичный статический Метод

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
Результат void

Add_Header() публичный статический Метод

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
Результат void