Method | Description | |
---|---|---|
Preferences_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the Preferences_HtmlSubwriter class
|
|
Write_HTML ( |
Writes the HTML generated by this preferences html subwriter directly to the response stream
|
|
Write_Within_HTML_Head ( |
Write any additional values within the HTML Head of the final served page
|
public Preferences_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
return | System |
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 | |
return | 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 | |
return | void |