Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
StoryTeller
Util
TableRowTag
C# Class StoryTeller.Util.TableRowTag
Inheritance:
HtmlTag
显示文件
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
( )