Method | Description | |
---|---|---|
Add_Footer ( |
Add the header to the output
|
|
Add_Header ( |
Add the header to the output
|
Method | Description | |
---|---|---|
create_mysobek_link ( RequestCache RequestSpecificValues, string url_options, string login_text ) : string |
public static Add_Footer ( |
||
Output | 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 | Current aggregation object, if there is one | |
Current_Item | Current item object, if there is one | |
return | void |
public static Add_Header ( |
||
Output | 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 | Current aggregation object, if there is one | |
Current_Item | Current item object, if there is one | |
return | void |