Méthode | Description | |
---|---|---|
Add_Controls ( System.Web.UI.WebControls.PlaceHolder placeHolder, |
Adds controls to the main navigational page This uses a PagedResults_HtmlSubwriter instance to render the browse |
|
Public_Folder_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System.IO |
Constructor for a new instance of the Public_Folder_HtmlSubwriter class
|
|
Write_Final_HTML ( |
Writes the final output to close this public folder browse, including the results page navigation buttons This calls the PagedResults_HtmlSubwriter.Write_Final_HTML method in the PagedResults_HtmlSubwriter object. |
|
Write_HTML ( |
Writes the HTML generated to browse a public folder directly to the response stream
|
|
Write_Within_HTML_Head ( |
Write any additional values within the HTML Head of the final served page
|
public Add_Controls ( System.Web.UI.WebControls.PlaceHolder placeHolder, |
||
placeHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form, widely used throughout the application |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
populate_node_event | TreeNodeEventHandler | Event is used to populate the a tree node without doing a full refresh of the page |
Résultat | void |
public Public_Folder_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System.IO | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
Résultat | System.IO |
public Write_Final_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Résultat | void |
public Write_HTML ( |
||
Output | Stream to which to write the HTML for this subwriter | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Résultat | bool |
public Write_Within_HTML_Head ( |
||
Output | Output stream currently within the HTML head tags | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Résultat | void |