C# Class KnowYourTurf.Core.Html.Expressions.SelfClosingHtmlWriter

Inheritance: System.Web.UI.HtmlTextWriter
Mostra file Open project: reharik/KnowYourTurf Class Usage Examples

Public Methods

Method Description
EndRender ( ) : void
RenderBeginTag ( string tagName ) : void
RenderEndTag ( ) : void
SelfClosingHtmlWriter ( TextWriter writer, string tabString ) : System.Collections.Generic

Method Details

EndRender() public method

public EndRender ( ) : void
return void

RenderBeginTag() public method

public RenderBeginTag ( string tagName ) : void
tagName string
return void

RenderEndTag() public method

public RenderEndTag ( ) : void
return void

SelfClosingHtmlWriter() public method

public SelfClosingHtmlWriter ( TextWriter writer, string tabString ) : System.Collections.Generic
writer System.IO.TextWriter
tabString string
return System.Collections.Generic