NUnitAsp

DataGridTester.RenderedCells Property

An array of string arrays containing the contents of the data grid, not counting the header. The outer array represents rows and the inner arrays represents cells within the rows. The cells are "rendered" to approximate the way a browser would render the HTML.

public string[][] RenderedCells {get;}

See Also

DataGridTester Class | NUnit.Extensions.Asp.AspTester Namespace