Method | Description | |
---|---|---|
Html_Echo_MainWriter ( RequestCache RequestSpecificValues, string HTML_File_To_Echo ) : System.IO |
Constructor for a new instance of the Text_MainWriter class
|
|
Write_Html ( |
Perform all the work of adding text directly to the response stream back to the web user
|
|
Write_Within_HTML_Head ( |
Writes the style references and other data to the HEAD portion of the web page
|
public Html_Echo_MainWriter ( RequestCache RequestSpecificValues, string HTML_File_To_Echo ) : System.IO | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
HTML_File_To_Echo | string | The HTML file to echo |
return | System.IO |
public Write_Html ( |
||
Output | Stream to which to write the text for this main writer | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |
public Write_Within_HTML_Head ( |
||
Output | Stream to which to write the text for this main writer | |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |