C# Class StoryTeller.Util.TableRowTag

Inheritance: HtmlTag
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
Cell ( ) : HtmlTag
Cell ( string text ) : HtmlTag
Header ( ) : HtmlTag
Header ( string text ) : HtmlTag
TableRowTag ( )

Method Details

Cell() public method

public Cell ( ) : HtmlTag
return HtmlTag

Cell() public method

public Cell ( string text ) : HtmlTag
text string
return HtmlTag

Header() public method

public Header ( ) : HtmlTag
return HtmlTag

Header() public method

public Header ( string text ) : HtmlTag
text string
return HtmlTag

TableRowTag() public method

public TableRowTag ( )