NUnitAsp

ListItemCollectionTester.FindByValue Method 

Searches the collection for a ListItemTester with whose Value property contains the specified value.

public ListItemTester FindByValue(
   string value
);

Parameters

value
The value to search for.

Return Value

The first ListItemTester that contains the value specified by the value parameter, or null if none could be found.

See Also

ListItemCollectionTester Class | NUnit.Extensions.Asp.HtmlTester Namespace