C# Класс SobekCM.Library.MainWriters.Html_Echo_MainWriter

HTML echo writer is generally used just for directing search engine robots to pre-existing html pages for indexing items, etc..
This class extends the abstract class abstractMainWriter.
Наследование: SobekCM.Library.MainWriters.abstractMainWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
Html_Echo_MainWriter ( RequestCache RequestSpecificValues, string HTML_File_To_Echo ) : System.IO

Constructor for a new instance of the Text_MainWriter class

Write_Html ( TextWriter Output, Custom_Tracer Tracer ) : void

Perform all the work of adding text directly to the response stream back to the web user

Write_Within_HTML_Head ( TextWriter Output, Custom_Tracer Tracer ) : void

Writes the style references and other data to the HEAD portion of the web page

Описание методов

Html_Echo_MainWriter() публичный Метод

Constructor for a new instance of the Text_MainWriter class
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
Результат System.IO

Write_Html() публичный Метод

Perform all the work of adding text directly to the response stream back to the web user
public Write_Html ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter 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
Результат void

Write_Within_HTML_Head() публичный Метод

Writes the style references and other data to the HEAD portion of the web page
public Write_Within_HTML_Head ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter 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
Результат void