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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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