C# 클래스 SobekCM.Library.HTML.HeaderFooter_Helper_HtmlSubWriter

Class is a helper class used for writing the header and footers for HTML responses
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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