NUnitAsp

HtmlTableTester.Cells Property

An array of string arrays containing the contents of the table, not counting the header. The outer array represents rows and the inner arrays represents cells within the rows. The cells are returned exactly as they are found in the HTML document (equivalent to calling "InnerHtml" on every cell).

public string[][] Cells {get;}

See Also

HtmlTableTester Class | NUnit.Extensions.Asp.HtmlTester Namespace