C# Class SEToolbox.Support.HtmlExtensions

显示文件 Open project: midspace/SEToolbox

Private Methods

Method Description
BeginDocument ( this writer, string title, string inlineStyleSheet ) : void
BeginTable ( this writer, string border, string cellpadding, string cellspacing, string headings ) : void
EndDocument ( this writer ) : void
EndTable ( this writer ) : void
RenderElement ( this writer, HtmlTextWriterTag tag ) : void
RenderElement ( this writer, HtmlTextWriterTag tag, object value ) : void
RenderElement ( this writer, HtmlTextWriterTag tag, string format ) : void