Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Tag HtmlTable(string, params object[][])

  • Declared in: RT.TagSoup.Tag

Declaration

public static Tag HtmlTable(
    string classOnAllTags,
    params object[][] rows
)

Summary

Special method to help construct an HTML <TABLE> element without needing to manually instantiate all intermediate row and cell tags.

Parameters

stringclassOnAllTags If set to a value other than null, causes all rows and cells within the generated table to have the specified CSS class.
object[][]rows Rows (arrays of cell contents).